summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mutants.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-06-02 08:18:58 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-06-02 08:18:58 (GMT)
commitfa517b277f716bb3fb79e40b0bfb682d4f49ac29 (patch)
treeadcef7f0565cd4866968bf8eb44a09514ab1c2d1 /Lib/test/test_mutants.py
parent23cf6be23cc4cd1efa8b7100ff1a6a179cb16092 (diff)
downloadcpython-fa517b277f716bb3fb79e40b0bfb682d4f49ac29.zip
cpython-fa517b277f716bb3fb79e40b0bfb682d4f49ac29.tar.gz
cpython-fa517b277f716bb3fb79e40b0bfb682d4f49ac29.tar.bz2
Fix comment.
Diffstat (limited to 'Lib/test/test_mutants.py')
-rw-r--r--Lib/test/test_mutants.py2
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):