diff --git a/Lib/test/test_mutants.py b/Lib/test/test_mutants.py index f981fe67b09..88a3a02a5e8 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):