autocomplete: fix typo in docstring

This commit is contained in:
Will Thompson 2015-04-30 22:48:07 +02:00 committed by j
parent f6add1463a
commit 4d6466779f

View file

@ -296,7 +296,7 @@ def autocomplete(request, data):
value: string, // search string
operator: string, // '=', '==', '^', '$'
query: object, // item query to limit results, see `find`
range: [int, int] // range of tesults to return
range: [int, int] // range of results to return
}
returns {
items: [string, ...] // list of matching strings