mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Doc: More duplicate word fixes (GH-136299)
This commit is contained in:
parent
252e2f710e
commit
561212a033
12 changed files with 12 additions and 12 deletions
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue