1
0
forked from VimPlug/jedi

Rename Script.names to Script.get_names, fixes #1476

This commit is contained in:
Dave Halter
2020-01-22 01:22:46 +01:00
parent 8cc836e816
commit bff6e95e28
9 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -150,8 +150,8 @@ Static Analysis
------------------------
To do all forms of static analysis, please try to use
``jedi.Script(...).names``. It will return a list of names that you can use to
infer types and so on.
``jedi.Script(...).get_names``. It will return a list of names that you can use
to infer types and so on.
Refactoring