summaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index 83ef2f89..de7457e9 100644
--- a/utils.py
+++ b/utils.py
@@ -328,7 +328,7 @@ class ASTWalker:
class LocalsVisitor(ASTWalker):
- """visit a project by traversing the locals dictionnary"""
+ """visit a project by traversing the locals dictionary"""
def __init__(self):
ASTWalker.__init__(self, self)
self._visited = {}