1
0
forked from VimPlug/jedi

find_references -> get_references, see #1476

This commit is contained in:
Dave Halter
2020-01-22 01:06:37 +01:00
parent 9d7858eb3a
commit 58f54d8391
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ Please check the API for a good explanation. There are the following commands:
- ``jedi.Script.goto``
- ``jedi.Script.complete``
- ``jedi.Script.find_references``
- ``jedi.Script.get_references``
The returned objects are very powerful and really all you might need.