From 00ac1f913ee7068babcf1fd482eb91dbd04d5ec2 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 1 Oct 2019 18:38:29 -0500 Subject: fix a word --- docs/whatsnew-2.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/whatsnew-2.0.rst') diff --git a/docs/whatsnew-2.0.rst b/docs/whatsnew-2.0.rst index 446fcda21..bf1554a27 100644 --- a/docs/whatsnew-2.0.rst +++ b/docs/whatsnew-2.0.rst @@ -44,7 +44,7 @@ The new security policy adds the concept of an :term:`identity`, which is an object representing the user associated with the current request. The identity can be accessed via :attr:`pyramid.request.Request.authenticated_identity`. The object can be of any shape, such as a simple ID string or an ORM object, -but should implement a ``__str__`` method that outputs a string identifying the +but should implement a ``__str__`` method that returns a string identifying the current user, e.g. the ID of the user object in a database. The string representation is return as :attr:`pyramid.request.Request.authenticated_userid`. -- cgit v1.2.3