Fix a one-word typo

This commit is contained in:
yuan
2020-05-29 15:30:08 +08:00
committed by GitHub
parent 6f29c551fd
commit 93b5e6dffc

View File

@@ -168,7 +168,7 @@ class NodeOrLeaf(object):
@abstractmethod
def get_code(self, include_prefix=True):
"""
Returns the code that was input the input for the parser for this node.
Returns the code that was the input for the parser for this node.
:param include_prefix: Removes the prefix (whitespace and comments) of
e.g. a statement.