summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authorization.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-11 22:08:43 -0800
committerChris McDonough <chrism@plope.com>2013-01-11 22:08:43 -0800
commit103fbe139d733f3f4170397cf8dda8ddeb4b36ed (patch)
tree6f32f0d138966d06fd6d0d2cf53d2341f4c0a73e /docs/tutorials/wiki2/authorization.rst
parent067d193086f4d110730d0efa9a9e6dc70f4a154b (diff)
parent97895f871d1e2bd168e4bfb29d61472a44d3b0e9 (diff)
downloadpyramid-103fbe139d733f3f4170397cf8dda8ddeb4b36ed.tar.gz
pyramid-103fbe139d733f3f4170397cf8dda8ddeb4b36ed.tar.bz2
pyramid-103fbe139d733f3f4170397cf8dda8ddeb4b36ed.zip
Merge pull request #771 from tshepang/loong
no need to display the entire path
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
-rw-r--r--docs/tutorials/wiki2/authorization.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst
index e43519ac9..1ac493e14 100644
--- a/docs/tutorials/wiki2/authorization.rst
+++ b/docs/tutorials/wiki2/authorization.rst
@@ -156,7 +156,7 @@ auth ticket that may be included in the request.
We are also enabling an ``ACLAuthorizationPolicy``, which uses an ACL to
determine the *allow* or *deny* outcome for a view.
-Note that the :class:`pyramid.authentication.AuthTktAuthenticationPolicy`
+Note that the :class:`~pyramid.authentication.AuthTktAuthenticationPolicy`
constructor accepts two arguments: ``secret`` and ``callback``. ``secret`` is
a string representing an encryption key used by the "authentication ticket"
machinery represented by this policy: it is required. The ``callback`` is the