From fa517b277f716bb3fb79e40b0bfb682d4f49ac29 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 2 Jun 2001 08:18:58 +0000 Subject: Fix comment. --- Lib/test/test_mutants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v0.12