diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-14 15:52:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-14 15:52:54 -0600 |
| commit | 32fca41e49875764ff7faf04f430a75344035d96 (patch) | |
| tree | aeadf98046f5a0f164c0b219de27e8a19a4d4188 /docs/api/authorization.rst | |
| parent | f486795cb4a92784fa1082bd69bebd84bf6d1366 (diff) | |
| download | pyramid-32fca41e49875764ff7faf04f430a75344035d96.tar.gz pyramid-32fca41e49875764ff7faf04f430a75344035d96.tar.bz2 pyramid-32fca41e49875764ff7faf04f430a75344035d96.zip | |
Apply suggestions from code review
Co-Authored-By: Éric Araujo <merwok@netwok.org>
Diffstat (limited to 'docs/api/authorization.rst')
| -rw-r--r-- | docs/api/authorization.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/api/authorization.rst b/docs/api/authorization.rst index fac47490a..ec5dd4d36 100644 --- a/docs/api/authorization.rst +++ b/docs/api/authorization.rst @@ -17,14 +17,14 @@ Constants The special principal id named 'Everyone'. This principal id is granted to all requests. Its actual value is the string - 'system.Everyone'. + ``'system.Everyone'``. .. attribute:: Authenticated The special principal id named 'Authenticated'. This principal id is granted to all requests which contain any other non-Everyone principal id (according to the :term:`authentication policy`). - Its actual value is the string 'system.Authenticated'. + Its actual value is the string ``'system.Authenticated'``. .. attribute:: ALL_PERMISSIONS @@ -52,4 +52,3 @@ Return Values :members: msg .. automethod:: __new__ - |
