summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.