mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-26 05:36:43 +08:00
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