diff options
| author | Michael Merickel <michael@merickel.org> | 2014-08-13 10:48:22 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-08-13 10:48:22 -0500 |
| commit | fe83c6bfdab16818cb434d95a09bd6510b43aa24 (patch) | |
| tree | 74564ce2085b37a78bcf9d4041138b0fface8890 /docs/api | |
| parent | 03e95958a9c2b9042e55bc55e4cdb193649857ef (diff) | |
| download | pyramid-fe83c6bfdab16818cb434d95a09bd6510b43aa24.tar.gz pyramid-fe83c6bfdab16818cb434d95a09bd6510b43aa24.tar.bz2 pyramid-fe83c6bfdab16818cb434d95a09bd6510b43aa24.zip | |
some tweaks to the usage of userid in the docs
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/request.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 4f93fa34f..dd68fa09c 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -172,8 +172,8 @@ policy` in effect or there is no currently authenticated user. This differs from :attr:`~pyramid.request.Request.unauthenticated_userid`, because the effective authentication policy will have ensured that a - record associated with the :term:`userid` exists in persistent storage; if it - has not, this value will be ``None``. + record associated with the :term:`userid` exists in persistent storage; + if it has not, this value will be ``None``. .. attribute:: unauthenticated_userid |
