summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/visitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/compiler/visitor.py')
-rw-r--r--Lib/compiler/visitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compiler/visitor.py b/Lib/compiler/visitor.py
index 52ea90d..9e39d36 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 = {}