From d741e9baca9c6aa76158341aae4b4310b3745b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 15 Jan 2020 13:42:29 -0500 Subject: better wording --- docs/narr/urldispatch.rst | 2 -- docs/quick_tour.rst | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index c41224e99..9c1495df1 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -1140,7 +1140,6 @@ instance, a predicate might do some type conversion of values: :linenos: class IntegersPredicate: - def __init__(self, val, info): self.segment_names = val @@ -1174,7 +1173,6 @@ expressions specifying requirements for that marker. For instance: :linenos: class IntegersPredicate: - def __init__(self, val, info): self.segment_names = val diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 49b61329e..c4ab0b3e8 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -481,9 +481,8 @@ more to offer: ``xhr``, ``containment``, and custom predicates. .. seealso:: See also: - :ref:`Quick Tutorial View Classes `, :ref:`Quick - Tutorial More View Classes `, :ref:`class_as_view`, - and :ref:`view_and_route_predicates`. + :ref:`View Classes ` and :ref:`More View Classes ` + in the Quick Tutorial, :ref:`class_as_view`, and :ref:`view_and_route_predicates`. Quick project startup with cookiecutters -- cgit v1.2.3