summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
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