Fix comment.

This commit is contained in:
Tim Peters 2001-06-02 08:18:58 +00:00
parent 23cf6be23c
commit fa517b277f
1 changed files with 1 additions and 1 deletions

View File

@ -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):