diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-20 08:44:42 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-20 09:37:47 +0200 |
| commit | adae306d01bf5ab06e67da3f04b5ef559db8a557 (patch) | |
| tree | d5c6a00ccb1ca87c164535f85f6ecd2263564ca3 | |
| parent | 58217bf10fe9eff7da828e225d51398a492a2d2a (diff) | |
| download | astroid-git-adae306d01bf5ab06e67da3f04b5ef559db8a557.tar.gz | |
Apply suggestion following review
| -rw-r--r-- | astroid/nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py index 71bc7e7b..405ef7fc 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -20,7 +20,7 @@ All nodes inherit from :class:`~astroid.node_classes.NodeNG`. """ # pylint: disable=unused-import,redefined-builtin -# Node not present in the builtin ast module: DictUnpack, Unknown, and EvaluatedObject. +# Nodes not present in the builtin ast module: DictUnpack, Unknown, and EvaluatedObject. from astroid.node_classes import ( AnnAssign, Arguments, |
