diff options
| author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-02-22 12:45:33 +0100 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-27 21:23:42 +0100 |
| commit | 40373681b277a672f127ad2e15ec74e74b0bfe44 (patch) | |
| tree | dbd5225a18168ede9c2a06ddc190c3e0267630ae /astroid/node_classes.py | |
| parent | fe8587b60ad3dc61192fc1e37ecee19cbf518d69 (diff) | |
| download | astroid-git-40373681b277a672f127ad2e15ec74e74b0bfe44.tar.gz | |
Fix black issues
Diffstat (limited to 'astroid/node_classes.py')
| -rw-r--r-- | astroid/node_classes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/node_classes.py b/astroid/node_classes.py index a6397c0f..290cadf4 100644 --- a/astroid/node_classes.py +++ b/astroid/node_classes.py @@ -259,7 +259,7 @@ OP_PRECEDENCE = { class NodeNG: - """ A node of the new Abstract Syntax Tree (AST). + """A node of the new Abstract Syntax Tree (AST). This is the base class for all Astroid node classes. """ |
