Skip to content

Commit 7f94800

Browse files
authored
Update test_exception_group.py
1 parent cadff59 commit 7f94800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_exception_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def leaf_generator(exc, tbs=None):
496496

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

502502
def test_leaf_generator(self):

0 commit comments

Comments
 (0)