diff options
| author | Chris McDonough <chrism@plope.com> | 2013-10-30 20:14:52 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-10-30 20:14:52 -0400 |
| commit | e1838557e6721b5b42f1267b134b626099703c2c (patch) | |
| tree | d4ab71b5a728ef3b30b46828dd768ceee91aaf24 /docs | |
| parent | 63f7ae00096e1121504d43ddcbefbd1e5293a985 (diff) | |
| download | pyramid-e1838557e6721b5b42f1267b134b626099703c2c.tar.gz pyramid-e1838557e6721b5b42f1267b134b626099703c2c.tar.bz2 pyramid-e1838557e6721b5b42f1267b134b626099703c2c.zip | |
not methods, attrs
Diffstat (limited to 'docs')
| -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 3d1fe020c..661cdfc91 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -171,7 +171,7 @@ A property which returns the userid of the currently authenticated user or ``None`` if there is no :term:`authentication policy` in effect or there is no currently authenticated user. This differs from - :meth:`~pyramid.request.Request.unauthenticated_userid`, because the + :attr:`~pyramid.request.Request.unauthenticated_userid`, because the effective authentication policy will have ensured that a record associated with the userid exists in persistent storage; if it has not, this value will be ``None``. @@ -184,7 +184,7 @@ verified) user id of the credentials present in the request. ``None`` if there is no :term:`authentication policy` in effect or there is no user data associated with the current request. This differs from - :meth:`~pyramid.request.Request.authenticated_userid`, because the + :attr:`~pyramid.request.Request.authenticated_userid`, because the effective authentication policy will not ensure that a record associated with the userid exists in persistent storage. Even if the userid does not exist in persistent storage, this value will be the value |
