Two trivial typos. (#129)
This commit is contained in:
committed by
Andrew Svetlov
parent
1679f6713b
commit
9b9b848fdd
@@ -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
|
||||
|
Reference in New Issue
Block a user