From 76aaa2ddba18dc9079fbe695987fe1fcdf4a8eb3 Mon Sep 17 00:00:00 2001 From: Naglis Date: Sun, 15 Sep 2019 20:53:30 +0300 Subject: [PATCH] Fix typo (#84) --- parso/python/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parso/python/tree.py b/parso/python/tree.py index e4e26cf..85507f1 100644 --- a/parso/python/tree.py +++ b/parso/python/tree.py @@ -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