Fix comment.

This commit is contained in:
Tim Peters 2001-06-02 08:18:58 +00:00
parent 23cf6be23c
commit fa517b277f

View File

@ -154,7 +154,7 @@ def test(n):
test(100) 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: class Child:
def __init__(self, parent): def __init__(self, parent):