1
0
forked from VimPlug/jedi

A few renames for readability in the api/completion.py file

This commit is contained in:
Dave Halter
2019-12-20 17:40:00 +01:00
parent ebe9921208
commit 5bf6e7048b
5 changed files with 21 additions and 24 deletions

View File

@@ -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):