diff options
| -rw-r--r-- | docs/narr/urldispatch.rst | 2 | ||||
| -rw-r--r-- | 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 <qtut_view_classes>`, :ref:`Quick - Tutorial More View Classes <qtut_more_view_classes>`, :ref:`class_as_view`, - and :ref:`view_and_route_predicates`. + :ref:`View Classes <qtut_view_classes>` and :ref:`More View Classes <qtut_more_view_classes>` + in the Quick Tutorial, :ref:`class_as_view`, and :ref:`view_and_route_predicates`. Quick project startup with cookiecutters |
