From 4d6466779f3abcf516ac3fb6ea334df4793ea009 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 30 Apr 2015 22:48:07 +0200 Subject: [PATCH] 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 e9fff85bc..6e2dece2f 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