From 9fde1972997dba5c90d6e6d5949d3f690479399e Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 30 Apr 2015 17:12:38 +0100 Subject: [PATCH 1/2] autocomplete: fix typo in docstring --- pandora/item/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/views.py b/pandora/item/views.py index e9fff85..6e2dece 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -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 -- 2.1.0