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

View File

@ -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.