mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-06 09:57:58 +08:00
Fix typo (#84)
This commit is contained in:
@@ -208,7 +208,7 @@ class Name(_LeafWithoutNewlines):
|
|||||||
|
|
||||||
def get_definition(self, import_name_always=False, include_setitem=False):
|
def get_definition(self, import_name_always=False, include_setitem=False):
|
||||||
"""
|
"""
|
||||||
Returns None if there's on definition for a name.
|
Returns None if there's no definition for a name.
|
||||||
|
|
||||||
:param import_name_always: Specifies if an import name is always a
|
:param import_name_always: Specifies if an import name is always a
|
||||||
definition. Normally foo in `from foo import bar` is not a
|
definition. Normally foo in `from foo import bar` is not a
|
||||||
|
|||||||
Reference in New Issue
Block a user