diff options
Diffstat (limited to 'Lib/test/test_mutants.py')
-rw-r--r-- | Lib/test/test_mutants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_mutants.py b/Lib/test/test_mutants.py index f981fe6..88a3a02 100644 --- a/Lib/test/test_mutants.py +++ b/Lib/test/test_mutants.py @@ -154,7 +154,7 @@ def test(n): test(100) ########################################################################## -# Another segfault bug, distilled by Micheal Hundson from a c.l.py post. +# Another segfault bug, distilled by Michael Hudson from a c.l.py post. class Child: def __init__(self, parent): |