summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-16 19:41:38 -0500
committerChris McDonough <chrism@plope.com>2010-12-16 19:41:38 -0500
commitae34bfa7d12a950b91b560cc053541748a1a11be (patch)
treec70e0016062bc6b1172e95622ea5fa104538aa1f
parentb3edcf4c9704cb245f69bfeab6e940a2b8192641 (diff)
downloadpyramid-ae34bfa7d12a950b91b560cc053541748a1a11be.tar.gz
pyramid-ae34bfa7d12a950b91b560cc053541748a1a11be.tar.bz2
pyramid-ae34bfa7d12a950b91b560cc053541748a1a11be.zip
get rid of a autodoc warning when building sphinx docs
-rw-r--r--pyramid/config.py3
1 files changed, 1 insertions, 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)