summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-03-10 08:05:20 -0700
committerTres Seaver <tseaver@palladion.com>2013-03-10 08:05:20 -0700
commit8c953a99dfd546011b7db562be2d77c782b3d315 (patch)
tree1129bd8ecb6c955246e3a407f5a22acf0e192896 /docs
parent2933d823f171eb3113d8a160333ab353e5c27c44 (diff)
parentfcd48d5d33421f806080df00e29501c4a0fd1476 (diff)
downloadpyramid-8c953a99dfd546011b7db562be2d77c782b3d315.tar.gz
pyramid-8c953a99dfd546011b7db562be2d77c782b3d315.tar.bz2
pyramid-8c953a99dfd546011b7db562be2d77c782b3d315.zip
Merge pull request #903 from tshepang/patch-4
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 57872129a..5a1a92e08 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.