forked from VimPlug/jedi
A few renames for readability in the api/completion.py file
This commit is contained in:
@@ -416,7 +416,7 @@ class BaseDefinition(object):
|
||||
|
||||
class Completion(BaseDefinition):
|
||||
"""
|
||||
`Completion` objects are returned from :meth:`api.Script.completions`. They
|
||||
`Completion` objects are returned from :meth:`api.Script.complete`. They
|
||||
provide additional information about a completion.
|
||||
"""
|
||||
def __init__(self, inference_state, name, stack, like_name_length, is_fuzzy):
|
||||
|
||||
Reference in New Issue
Block a user