Two trivial typos. (#129)
This commit is contained in:
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
|
||||
|
|
|
@ -21,7 +21,7 @@ Public API functions
|
|||
The action is performed by registered
|
||||
:meth:`AbstractIdentityPolicy.remember`.
|
||||
|
||||
Usually the *idenity* is stored in user cookies homehow for using by
|
||||
Usually the *identity* is stored in user cookies somehow for using by
|
||||
:func:`authorized_userid` and :func:`permits`.
|
||||
|
||||
:param request: :class:`aiohttp.web.Request` object.
|
||||
|
|
Loading…
Reference in New Issue