From c1e150d765e33d92ad4d6d5912207ce3ba20991e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sat, 11 Jan 2020 18:22:21 -0500 Subject: remove obsolete bit --- src/pyramid/config/routes.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src') 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. -- cgit v1.2.3