From 139462d451a1c35679b464690953333dd95389a1 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Wed, 14 Oct 2020 16:30:16 -0700 Subject: Update identity docstring. --- src/pyramid/interfaces.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pyramid/interfaces.py b/src/pyramid/interfaces.py index 599c38473..0b7a07040 100644 --- a/src/pyramid/interfaces.py +++ b/src/pyramid/interfaces.py @@ -114,9 +114,9 @@ class IResponse(Interface): serves up only the given start:stop range.""" identity = Attribute( - """An object representing the authenticated user, as determined by - the security policy in use, or ``None`` for unauthenticated requests. - The object's class and meaning is defined by the security policy.""" + """An object containing authentication information related to the + current request. The object's type and meaning is defined by the + configured security policy.""" ) authenticated_userid = Attribute( -- cgit v1.2.3