summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-11-23 14:29:28 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-11-23 14:29:28 +0100
commita08a442fa924f94e2007552e91adae16d300b946 (patch)
treea134605c9135c9f32999ef570a1874486afd7321 /nodes.py
parentd432585c22ec4920f3a22f342b29ec46bf4f3d3c (diff)
downloadastroid-git-a08a442fa924f94e2007552e91adae16d300b946.tar.gz
include Dotan Barak spell fixes patch
Diffstat (limited to 'nodes.py')
-rw-r--r--nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes.py b/nodes.py
index e5ccaf78..90c20121 100644
--- a/nodes.py
+++ b/nodes.py
@@ -139,7 +139,7 @@ ALL_NODES = STMT_NODES + (
class NodeNG:
"""/!\ this class should not be used directly /!\
It is used as method and attribute container, and updates the
- original class from the compiler.ast / _ast module using its dictionnary
+ original class from the compiler.ast / _ast module using its dictionary
(see below the class definition)
"""
is_statement = False