1
0
forked from VimPlug/jedi

BaseDefinition -> BaseName

This commit is contained in:
Dave Halter
2020-03-17 09:25:30 +01:00
parent c2451ddd03
commit 0731206b9d
6 changed files with 13 additions and 13 deletions

View File

@@ -445,7 +445,7 @@ class Script(object):
Used to display a help window to users. Uses :meth:`.Script.goto` and
returns additional definitions for keywords and operators.
Typically you will want to display :meth:`.BaseDefinition.docstring` to the
Typically you will want to display :meth:`.BaseName.docstring` to the
user for all the returned definitions.
The additional definitions are ``Definition(...).type == 'keyword'``.