summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-14 23:01:01 -0600
committerGitHub <noreply@github.com>2020-01-14 23:01:01 -0600
commit1d6d0fcb2ce9bdb51fdb84b926b2f7c9b80763d2 (patch)
tree34eea8341461fd2622416613f62f5eab403763ef /docs/api
parent32fca41e49875764ff7faf04f430a75344035d96 (diff)
downloadpyramid-1d6d0fcb2ce9bdb51fdb84b926b2f7c9b80763d2.tar.gz
pyramid-1d6d0fcb2ce9bdb51fdb84b926b2f7c9b80763d2.tar.bz2
pyramid-1d6d0fcb2ce9bdb51fdb84b926b2f7c9b80763d2.zip
Apply suggestions from code review
Co-Authored-By: Éric Araujo <merwok@netwok.org>
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/authorization.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/authorization.rst b/docs/api/authorization.rst
index ec5dd4d36..7bf245500 100644
--- a/docs/api/authorization.rst
+++ b/docs/api/authorization.rst
@@ -15,13 +15,13 @@ Constants
.. attribute:: Everyone
- The special principal id named 'Everyone'. This principal id is
+ The special principal id named ``Everyone``. This principal id is
granted to all requests. Its actual value is the string
``'system.Everyone'``.
.. attribute:: Authenticated
- The special principal id named 'Authenticated'. This principal id
+ 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'``.