From 150fff0ffcf86aabf551b17cdd75e9aa5ff55fb4 Mon Sep 17 00:00:00 2001 From: Jan Likar Date: Thu, 7 Nov 2019 05:52:56 +0100 Subject: Fix a typo in a class reference --- docs/whatsnew-2.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From 11f3a63715022f71068e9ce7e7dda63400dfbdae Mon Sep 17 00:00:00 2001 From: Jan Likar Date: Thu, 7 Nov 2019 05:58:51 +0100 Subject: Sign contributor agreement --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 6923b975d..f41e5fdb5 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -346,3 +346,5 @@ Contributors - Mandar Vaze, 2019/07/20 - Jonathan Vanasco, 2019/11/05 + +- Jan Likar, 2019/11/07 -- cgit v1.2.3