Skip to content

Commit

Permalink
docs: fix typo in whatsnew MySecurityPolicy should be 'is'
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdl committed Mar 2, 2024
1 parent 5f7e286 commit 294634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whatsnew-2.0.rst
Expand Up @@ -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:
Expand Down

0 comments on commit 294634e

Please sign in to comment.