Skip to content

Commit

Permalink
Fix spelling (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Dec 28, 2021
1 parent a47089b commit ac0ed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroid/nodes/node_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3366,7 +3366,7 @@ def __init__(
def postinit(self, value: Optional[NodeNG] = None) -> None:
"""Do some setup after initialisation.
:param value: The value being assigned to the ketword argument.
:param value: The value being assigned to the keyword argument.
"""
self.value = value

Expand Down

0 comments on commit ac0ed1f

Please sign in to comment.