Skip to content

Doc: More duplicate word fix #136299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 11, 2025
Prev Previous commit
Next Next commit
Update test_exception_group.py
  • Loading branch information
LamentXU123 authored Jul 4, 2025
commit 7f94800d09cf7f26da38aeadc680fac45da31e2f
2 changes: 1 addition & 1 deletion Lib/test/test_exception_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def leaf_generator(exc, tbs=None):

class LeafGeneratorTest(unittest.TestCase):
# The leaf_generator is mentioned in PEP 654 as a suggestion
# on how to iterate over leaf nodes of an EG. Is is also
# on how to iterate over leaf nodes of an EG. Is also
# used below as a test utility. So we test it here.

def test_leaf_generator(self):
Expand Down