summaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'builder.py')
-rw-r--r--builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.py b/builder.py
index 2aedf3ec..1eaabff5 100644
--- a/builder.py
+++ b/builder.py
@@ -128,7 +128,7 @@ class ASTNGBuilder:
return self.ast_build(parse(data + '\n'), modname, path)
def ast_build(self, node, modname='', path=None):
- """recurse on the ast (soon ng) to add some arguments et method"""
+ """recurse on the ast (soon ng) to add some arguments at method"""
if path is not None:
node.file = node.path = abspath(path)
else: