summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorÉric Araujo <earaujo@caravan.coop>2020-01-15 13:42:29 -0500
committerÉric Araujo <earaujo@caravan.coop>2020-01-15 13:42:29 -0500
commitd741e9baca9c6aa76158341aae4b4310b3745b7b (patch)
treeccd09384fbd0d59ee8cd91aac882fc492d301997 /docs
parente71e4fc111fe8846ba5050557e6d0e74cd3ce643 (diff)
downloadpyramid-d741e9baca9c6aa76158341aae4b4310b3745b7b.tar.gz
pyramid-d741e9baca9c6aa76158341aae4b4310b3745b7b.tar.bz2
pyramid-d741e9baca9c6aa76158341aae4b4310b3745b7b.zip
better wording
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/urldispatch.rst2
-rw-r--r--docs/quick_tour.rst5
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