From 33e947703292792d7f6e453a3452788cd936e040 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 9 Jul 2014 15:46:36 +0100 Subject: [PATCH] Doc tweak --- docs/wagtailsearch/for_python_developers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wagtailsearch/for_python_developers.rst b/docs/wagtailsearch/for_python_developers.rst index a49603d43..c337e1275 100644 --- a/docs/wagtailsearch/for_python_developers.rst +++ b/docs/wagtailsearch/for_python_developers.rst @@ -10,7 +10,7 @@ Wagtailsearch: For python developers Basic usage =========== -All searches are performed on Django QuerySets: +All searches are performed on Django QuerySets. Wagtail provides a ``search`` method on the queryset for all page models: .. code-block:: python