From 514e1ad36dac4c0bbb40d42cf4e123ece6550c00 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 30 Apr 2015 22:49:31 +0200 Subject: [PATCH] autocompleteEntities: fix lies in docstring --- pandora/entity/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/entity/views.py b/pandora/entity/views.py index 4220bc0c..626626eb 100644 --- a/pandora/entity/views.py +++ b/pandora/entity/views.py @@ -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 '''