Two trivial typos. (#129)

This commit is contained in:
Phil Elson
2018-02-01 08:50:58 +00:00
committed by Andrew Svetlov
parent 1679f6713b
commit 9b9b848fdd
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ async def remember(request, response, identity, **kwargs):
The action is performed by identity_policy.remember()
Usually the idenity is stored in user cookies homehow but may be
Usually the identity is stored in user cookies somehow but may be
pushed into custom header also.
"""
assert isinstance(identity, str), identity