diff options
| author | Theron Luhn <theron@luhn.com> | 2019-12-15 09:15:12 -0800 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2019-12-15 09:18:50 -0800 |
| commit | 7b74e97fd156bef6b8f347d7d38615d5bea6c967 (patch) | |
| tree | c10f1df9f9cfcc4153a5d28040bbb1c08e6fc51f /docs/api | |
| parent | 8a93507edf5032334b597f47c4e520a2ef08b2d8 (diff) | |
| download | pyramid-7b74e97fd156bef6b8f347d7d38615d5bea6c967.tar.gz pyramid-7b74e97fd156bef6b8f347d7d38615d5bea6c967.tar.bz2 pyramid-7b74e97fd156bef6b8f347d7d38615d5bea6c967.zip | |
Four spaces of indentation.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/request.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 50703ff63..9e9c70d3a 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -174,9 +174,9 @@ .. deprecated:: 2.0 - ``unauthenticated_userid`` has been deprecated in version 2.0. Use - :attr:`authenticated_userid` or :attr:`authenticated_identity` - instead. See :ref:`upgrading_auth` for more information. + ``unauthenticated_userid`` has been deprecated in version 2.0. Use + :attr:`authenticated_userid` or :attr:`authenticated_identity` + instead. See :ref:`upgrading_auth` for more information. A property which returns a value which represents the *claimed* (not verified) :term:`userid` of the credentials present in the @@ -193,8 +193,8 @@ .. deprecated:: 2.0 - The new security policy has removed the concept of principals. See - :ref:`upgrading_auth` for more information. + The new security policy has removed the concept of principals. See + :ref:`upgrading_auth` for more information. A property which returns the list of 'effective' :term:`principal` identifiers for this request. This list typically includes the |
