mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-01 15:47:42 +08:00
Fix a one-word typo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user