From ae34bfa7d12a950b91b560cc053541748a1a11be Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 16 Dec 2010 19:41:38 -0500 Subject: get rid of a autodoc warning when building sphinx docs --- pyramid/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyramid/config.py b/pyramid/config.py index 58e2550da..0932ae7b8 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -1041,7 +1041,7 @@ class Configurator(object): was used prior to this view registration. Pass the string ``__no_permission_required__`` as the permission argument to explicitly indicate that the view should always be - executable by entirely anonymous users, regardless of the + executable by entirely anonymous users, regardless of the default permission, bypassing any :term:`authorization policy` that may be in effect. @@ -1251,7 +1251,6 @@ class Configurator(object): the context and/or the request. If all callables return ``True``, the associated view callable will be considered viable for a given request. - """ view = self.maybe_dotted(view) context = self.maybe_dotted(context) -- cgit v1.2.3