summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-10 09:47:18 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-10 09:47:18 +0200
commitfcd48d5d33421f806080df00e29501c4a0fd1476 (patch)
tree97fe48f9ea2ff22e1c7a3355e8d3770915348461 /docs
parent9013ad1daba3ef62a94815e581e0710439ab6d38 (diff)
downloadpyramid-fcd48d5d33421f806080df00e29501c4a0fd1476.tar.gz
pyramid-fcd48d5d33421f806080df00e29501c4a0fd1476.tar.bz2
pyramid-fcd48d5d33421f806080df00e29501c4a0fd1476.zip
capitalize
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index 3a94b4f7d..ede4b6749 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -98,7 +98,7 @@ For example:
config.set_authentication_policy(authn_policy)
config.set_authorization_policy(authz_policy)
-.. note:: the ``authentication_policy`` and ``authorization_policy``
+.. note:: The ``authentication_policy`` and ``authorization_policy``
arguments may also be passed to their respective methods mentioned above
as :term:`dotted Python name` values, each representing the dotted name
path to a suitable implementation global defined at Python module scope.