summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/hooks.rst6
-rw-r--r--docs/narr/urldispatch.rst2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index fbb845447..b6b103eb3 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -1416,10 +1416,10 @@ The ``ptweens`` command-line utility can be used to report the current implicit
and explicit tween chains used by an application. See
:ref:`displaying_tweens`.
-.. _registering_thirdparty_predicates:
+.. _registering_curstom_predicates:
-Adding a Third Party View, Route, or Subscriber Predicate
----------------------------------------------------------
+Adding a Custom View, Route, or Subscriber Predicate
+----------------------------------------------------
.. versionadded:: 1.4
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index df79a645a..c178dd4ce 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -1251,7 +1251,7 @@ like in the examples above.
.. seealso::
- See :ref:`registering_thirdparty_predicates` for more information about
+ See :ref:`registering_custom_predicates` for more information about
custom view, route, and subscriber predicates.
See also :class:`pyramid.interfaces.IRoute` for more API documentation