summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorÉric Araujo <earaujo@caravan.coop>2020-01-11 18:21:56 -0500
committerÉric Araujo <earaujo@caravan.coop>2020-01-11 18:21:56 -0500
commitad65078469770bc698b7b4a0a5634b3895aab971 (patch)
tree1ee53a011e03c7e84edef0d52209d2c35a2f384f /docs/narr/hooks.rst
parentd480c0fe653da0eb265c9ad7edfafc817848caa2 (diff)
downloadpyramid-ad65078469770bc698b7b4a0a5634b3895aab971.tar.gz
pyramid-ad65078469770bc698b7b4a0a5634b3895aab971.tar.bz2
pyramid-ad65078469770bc698b7b4a0a5634b3895aab971.zip
replace "third-party" with "custom"
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index b6b103eb3..4632c2c0a 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -1446,7 +1446,7 @@ Likewise, a similar predicate can be used as a *route* predicate:
config.add_route('name', '/foo', request_method='POST')
Many other built-in predicates exists (``request_param``, and others). You can
-add third-party predicates to the list of available predicates by using one of
+add custom predicates to the list of available predicates by using one of
:meth:`pyramid.config.Configurator.add_view_predicate` or
:meth:`pyramid.config.Configurator.add_route_predicate`. The former adds a
view predicate, the latter a route predicate.