diff options
Diffstat (limited to 'astroid/inference.py')
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index 24c051a5..8fd435ec 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -166,7 +166,7 @@ nodes.Dict._infer = infer_map def _higher_function_scope(node): - """ Search for the first function which encloses the given + """Search for the first function which encloses the given scope. This can be used for looking up in that function's scope, in case looking up in a lower scope for a particular name fails. |