summaryrefslogtreecommitdiff
path: root/astroid/transforms.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/transforms.py')
-rw-r--r--astroid/transforms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/transforms.py b/astroid/transforms.py
index 6f312633..be37879f 100644
--- a/astroid/transforms.py
+++ b/astroid/transforms.py
@@ -81,7 +81,7 @@ class TransformVisitor:
self.transforms[node_class].remove((transform, predicate))
def visit(self, module):
- """Walk the given astroid *tree* and transform each encountered node
+ """Walk the given astroid *tree* and transform each encountered node.
Only the nodes which have transforms registered will actually
be replaced or changed.