forked from 0x2620/pandora
autocompleteEntities: fix lies in docstring
This commit is contained in:
parent
4d6466779f
commit
514e1ad36d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def autocompleteEntities(request, data):
|
|||
range: [int, int] // range of results to return
|
||||
}
|
||||
returns {
|
||||
items: [{id, name, ...}, ...] // list of matching entities
|
||||
items: [name, ...] // list of matching entities' names
|
||||
}
|
||||
see: autocomplete
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue