diff options
| author | Jan Likar <jan.likar@protonmail.com> | 2019-11-07 05:52:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 05:52:56 +0100 |
| commit | 150fff0ffcf86aabf551b17cdd75e9aa5ff55fb4 (patch) | |
| tree | 3b5f6e5f55ab079b8422cd3da7a23d9822acc49a | |
| parent | bbc82eac577d2e8a8758df02431cf42df3cae298 (diff) | |
| download | pyramid-150fff0ffcf86aabf551b17cdd75e9aa5ff55fb4.tar.gz pyramid-150fff0ffcf86aabf551b17cdd75e9aa5ff55fb4.tar.bz2 pyramid-150fff0ffcf86aabf551b17cdd75e9aa5ff55fb4.zip | |
Fix a typo in a class reference
| -rw-r--r-- | docs/whatsnew-2.0.rst | 2 |
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 |
