Skip to content

Commit ca2d21d

Browse files
committed
Fix typo in test comment
1 parent 59bc3c7 commit ca2d21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exception_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class MyEG(ExceptionGroup):
193193
self.assertEqual(str(eg), "flat (2 sub-exceptions)")
194194
self.assertEqual(repr(eg), "MyEG('flat', (ValueError(1), TypeError(2)))")
195195

196-
# Mutate the list of exceptions passed to BaseExceptionGroup.
196+
# Mutate the list of exceptions passed to MyEG.
197197
# This shouldn't change the EG's functionality, nor its repr.
198198
eg_excs.clear()
199199

0 commit comments

Comments
 (0)