summaryrefslogtreecommitdiff
path: root/visitor.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:44:56 +0100
commitb7e84e3fc5418641041f95a80f08fe053c004c27 (patch)
treea0e0865c87e8bd127df674b53b30f3e323c1b255 /visitor.py
parentb80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff)
downloadlogilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz
include Dotan Barak spell fixes patch
Diffstat (limited to 'visitor.py')
-rw-r--r--visitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/visitor.py b/visitor.py
index 3aface4..38aff89 100644
--- a/visitor.py
+++ b/visitor.py
@@ -35,7 +35,7 @@ class Visitor(object):
"""
launch the visit on a given node
- call 'open_visit' before the begining of the visit, with extra args
+ call 'open_visit' before the beginning of the visit, with extra args
given
when all nodes have been visited, call the 'close_visit' method
"""