mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-05 14:44:35 +08:00
Fix a one-word typo
This commit is contained in:
@@ -168,7 +168,7 @@ class NodeOrLeaf(object):
|
|||||||
@abstractmethod
|
@abstractmethod
|
||||||
def get_code(self, include_prefix=True):
|
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
|
:param include_prefix: Removes the prefix (whitespace and comments) of
|
||||||
e.g. a statement.
|
e.g. a statement.
|
||||||
|
|||||||
Reference in New Issue
Block a user