autocompleteEntities: fix lies in docstring

This commit is contained in:
Will Thompson 2015-04-30 22:49:31 +02:00 committed by j
parent 4d6466779f
commit 514e1ad36d
1 changed files with 1 additions and 1 deletions

View File

@ -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
'''