Doc: More duplicate word fixes (GH-136299)

This commit is contained in:
Weilin Du 2025-07-12 02:18:47 +08:00 committed by GitHub
parent 252e2f710e
commit 561212a033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 12 additions and 12 deletions

View file

@ -132,7 +132,7 @@ class DictComprehensionTest(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:
{x:x for x in BrokenIter(init_raises=True)}