summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour.rst')
-rw-r--r--docs/quick_tour.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 062693d24..fdd135331 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -478,7 +478,7 @@ more to offer:
- One route leading to multiple views, based on information in the request or
data such as ``request_param``, ``request_method``, ``accept``, ``header``,
- ``xhr``, ``containment``, and ``custom_predicates``
+ ``xhr``, ``containment``, and custom predicates.
.. seealso:: See also:
:ref:`Quick Tutorial View Classes <qtut_view_classes>`, :ref:`Quick