We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419e910 commit d207e4dCopy full SHA for d207e4d
1 file changed
Lib/test/test_dictcomps.py
@@ -132,7 +132,7 @@ def test_star_expression(self):
132
133
def test_exception_locations(self):
134
# The location of an exception raised from __init__ or
135
- # __next__ should should be the iterator expression
+ # __next__ should be the iterator expression
136
def init_raises():
137
try:
138
{x:x for x in BrokenIter(init_raises=True)}
0 commit comments