0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Fix typo preventing facet example from displaying

This commit is contained in:
Matt Westcott 2018-07-27 12:00:38 +01:00
parent bf5d6e3363
commit 7c38c5ad56

View File

@ -113,7 +113,7 @@ of references descending.
For example, to find the most common page types in the search results:
.. code-block::python
.. code-block:: python
>>> Page.objects.search("Test").facet("content_type_id")