Skip to content

Commit adae306

Browse files
Apply suggestion following review
1 parent 58217bf commit adae306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
# pylint: disable=unused-import,redefined-builtin
2222

23-
# Node not present in the builtin ast module: DictUnpack, Unknown, and EvaluatedObject.
23+
# Nodes not present in the builtin ast module: DictUnpack, Unknown, and EvaluatedObject.
2424
from astroid.node_classes import (
2525
AnnAssign,
2626
Arguments,

0 commit comments

Comments
 (0)