Comment typo fixes

This commit is contained in:
Andrew M. Kuchling 2003-08-11 16:20:39 +00:00
parent cc9d004f81
commit b2f89ee71a
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ class ExampleASTVisitor(ASTVisitor):
"""Prints examples of the nodes that aren't visited
This visitor-driver is only useful for development, when it's
helpful to develop a visitor incremently, and get feedback on what
helpful to develop a visitor incrementally, and get feedback on what
you still have to do.
"""
examples = {}