Skip to content

Commit 865e9e0

Browse files
authored
Update test_listcomps.py
1 parent b255b45 commit 865e9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_listcomps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ def test_multiple_comprehension_name_reuse(self):
716716

717717
def test_exception_locations(self):
718718
# The location of an exception raised from __init__ or
719-
# __next__ should should be the iterator expression
719+
# __next__ should be the iterator expression
720720

721721
def init_raises():
722722
try:

0 commit comments

Comments
 (0)