summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-11-07 01:47:24 -0800
committerGitHub <noreply@github.com>2019-11-07 01:47:24 -0800
commite6596143be10ee629f97f1c95b02073f76f65986 (patch)
tree385d30c3d15f234c00bc2dcbe6fd32cd2f036e92 /docs
parentbbc82eac577d2e8a8758df02431cf42df3cae298 (diff)
parent11f3a63715022f71068e9ce7e7dda63400dfbdae (diff)
downloadpyramid-e6596143be10ee629f97f1c95b02073f76f65986.tar.gz
pyramid-e6596143be10ee629f97f1c95b02073f76f65986.tar.bz2
pyramid-e6596143be10ee629f97f1c95b02073f76f65986.zip
Merge pull request #3527 from JanLikar/patch-1
Fix a typo in a class reference
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-2.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-2.0.rst b/docs/whatsnew-2.0.rst
index bf1554a27..ec506894e 100644
--- a/docs/whatsnew-2.0.rst
+++ b/docs/whatsnew-2.0.rst
@@ -56,7 +56,7 @@ flexibility in authorization implementations, especially those that do not
match the ACL pattern. If you were previously using
:class:`pyramid.authorization.ACLAuthorizationPolicy`, you can achieve the same
results by writing your own ``permits`` method using
-:class:`pyraid.authorization.ACLHelper`. For more details on implementing an
+:class:`pyramid.authorization.ACLHelper`. For more details on implementing an
ACL, see :ref:`assigning_acls`.
Pyramid does not provide any built-in security policies. Similiar