From: Tim Peters Date: Sat, 2 Jun 2001 08:18:58 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v2.2a3~1629 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa517b277f716bb3fb79e40b0bfb682d4f49ac29;p=thirdparty%2FPython%2Fcpython.git Fix comment. --- diff --git a/Lib/test/test_mutants.py b/Lib/test/test_mutants.py index f981fe67b094..88a3a02a5e8f 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):