diff options
| -rw-r--r-- | docs/whatsnew-2.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-2.0.rst b/docs/whatsnew-2.0.rst index e97198b23..eeaf065d8 100644 --- a/docs/whatsnew-2.0.rst +++ b/docs/whatsnew-2.0.rst @@ -240,7 +240,7 @@ We can easily write our own :class:`pyramid.interfaces.ISecurityPolicy` implemen } def authenticated_userid(self, request): - # defer to the identity logic to determine if the user id logged in + # defer to the identity logic to determine if the user is logged in # and return None if they are not identity = request.identity if identity is not None: |
