summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/request.rst')
-rw-r--r--docs/api/request.rst4
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