diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-06-02 08:18:58 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-06-02 08:18:58 (GMT) |
commit | fa517b277f716bb3fb79e40b0bfb682d4f49ac29 (patch) | |
tree | adcef7f0565cd4866968bf8eb44a09514ab1c2d1 /Lib | |
parent | 23cf6be23cc4cd1efa8b7100ff1a6a179cb16092 (diff) | |
download | cpython-fa517b277f716bb3fb79e40b0bfb682d4f49ac29.zip cpython-fa517b277f716bb3fb79e40b0bfb682d4f49ac29.tar.gz cpython-fa517b277f716bb3fb79e40b0bfb682d4f49ac29.tar.bz2 |
Fix comment.
Diffstat (limited to 'Lib')
-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): |