Skip to content

Commit 9b9b848

Browse files
pelsonasvetlov
authored andcommitted
Two trivial typos. (#129)
1 parent 1679f67 commit 9b9b848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiohttp_security/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async def remember(request, response, identity, **kwargs):
1313
1414
The action is performed by identity_policy.remember()
1515
16-
Usually the idenity is stored in user cookies homehow but may be
16+
Usually the identity is stored in user cookies somehow but may be
1717
pushed into custom header also.
1818
"""
1919
assert isinstance(identity, str), identity

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Public API functions
2121
The action is performed by registered
2222
:meth:`AbstractIdentityPolicy.remember`.
2323

24-
Usually the *idenity* is stored in user cookies homehow for using by
24+
Usually the *identity* is stored in user cookies somehow for using by
2525
:func:`authorized_userid` and :func:`permits`.
2626

2727
:param request: :class:`aiohttp.web.Request` object.

0 commit comments

Comments
 (0)