diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-08-11 16:20:39 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-08-11 16:20:39 +0000 |
commit | b2f89ee71a494b3b1aaaeef42d2b43bcf50735cd (patch) | |
tree | 8bfd22106bf807ca2352d79136844643e14b98bf /Lib/compiler/visitor.py | |
parent | cc9d004f818c932bbee1fafe22fd66c7aa290c6b (diff) | |
download | cpython-git-b2f89ee71a494b3b1aaaeef42d2b43bcf50735cd.tar.gz |
Comment typo fixes
Diffstat (limited to 'Lib/compiler/visitor.py')
-rw-r--r-- | Lib/compiler/visitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compiler/visitor.py b/Lib/compiler/visitor.py index 52ea90d3bd..9e39d36649 100644 --- a/Lib/compiler/visitor.py +++ b/Lib/compiler/visitor.py @@ -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 = {} |