Fix typo (#84)

This commit is contained in:
Naglis
2019-09-15 20:53:30 +03:00
committed by Dave Halter
parent 3ecd4dddb4
commit 76aaa2ddba

View File

@@ -208,7 +208,7 @@ class Name(_LeafWithoutNewlines):
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
definition. Normally foo in `from foo import bar` is not a