aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_setcomps.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_setcomps.py')
-rw-r--r--Lib/test/test_setcomps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_setcomps.py b/Lib/test/test_setcomps.py
index 0bb02ef11f6..6fc5bb74036 100644
--- a/Lib/test/test_setcomps.py
+++ b/Lib/test/test_setcomps.py
@@ -154,7 +154,7 @@ We also repeat each of the above scoping tests inside a function
class SetComprehensionTest(unittest.TestCase):
def test_exception_locations(self):
# The location of an exception raised from __init__ or
- # __next__ should should be the iterator expression
+ # __next__ should be the iterator expression
def init_raises():
try: