summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorÉric Araujo <earaujo@caravan.coop>2020-01-11 18:22:21 -0500
committerÉric Araujo <earaujo@caravan.coop>2020-01-11 18:22:21 -0500
commitc1e150d765e33d92ad4d6d5912207ce3ba20991e (patch)
tree83b876198b1174347438f3671b77a240bb9bc1d0 /src
parentad65078469770bc698b7b4a0a5634b3895aab971 (diff)
downloadpyramid-c1e150d765e33d92ad4d6d5912207ce3ba20991e.tar.gz
pyramid-c1e150d765e33d92ad4d6d5912207ce3ba20991e.tar.bz2
pyramid-c1e150d765e33d92ad4d6d5912207ce3ba20991e.zip
remove obsolete bit
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/config/routes.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/pyramid/config/routes.py b/src/pyramid/config/routes.py
index a508f69a4..4077ec96b 100644
--- a/src/pyramid/config/routes.py
+++ b/src/pyramid/config/routes.py
@@ -40,12 +40,9 @@ class RoutesConfiguratorMixin(object):
inherit_slash=None,
**predicates
):
- r""" Add a :term:`route configuration` to the current
- configuration state, as well as possibly a :term:`view
- configuration` to be used to specify a :term:`view callable`
- that will be invoked when this route matches. The arguments
- to this method are divided into *predicate*, *non-predicate*,
- and *view-related* types. :term:`Route predicate` arguments
+ r""" Add a :term:`route configuration` to the current configuration state.
+ The arguments to this method are divided into *predicate* and
+ *non-predicate* types. :term:`Route predicate` arguments
narrow the circumstances in which a route will be match a
request; non-predicate arguments are informational.