Skip to content

Commit d207e4d

Browse files
authored
Update test_dictcomps.py
1 parent 419e910 commit d207e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_dictcomps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_star_expression(self):
132132

133133
def test_exception_locations(self):
134134
# The location of an exception raised from __init__ or
135-
# __next__ should should be the iterator expression
135+
# __next__ should be the iterator expression
136136
def init_raises():
137137
try:
138138
{x:x for x in BrokenIter(init_raises=True)}

0 commit comments

Comments
 (0)