Skip to content

Commit b255b45

Browse files
authored
Update test_iter.py
1 parent a8e9c03 commit b255b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_iter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ def test_error_iter(self):
11471147

11481148
def test_exception_locations(self):
11491149
# The location of an exception raised from __init__ or
1150-
# __next__ should should be the iterator expression
1150+
# __next__ should be the iterator expression
11511151

11521152
def init_raises():
11531153
try:

0 commit comments

Comments
 (0)