Skip to content

Commit d3f2ff1

Browse files
authored
Update test_setcomps.py
1 parent d207e4d commit d3f2ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_setcomps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
class SetComprehensionTest(unittest.TestCase):
155155
def test_exception_locations(self):
156156
# The location of an exception raised from __init__ or
157-
# __next__ should should be the iterator expression
157+
# __next__ should be the iterator expression
158158

159159
def init_raises():
160160
try:

0 commit comments

Comments
 (0)