Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Jan 18, 2022
1 parent a7cd6b7 commit 5c9aa9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ aioes
aiohttp
aiohttpdemo
aiohttp’s
aiopg
alives
api
api’s
Expand All @@ -16,6 +15,7 @@ arg
Arsenic
async
asyncio
asyncpg
asynctest
auth
autocalculated
Expand Down
2 changes: 1 addition & 1 deletion docs/web_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ and get it back in the :term:`web-handler`::
async def handler(request):
data = request.app['my_private_key']

Rather than using :class:`str` keys, we recommend using :class:`web.AppKey`.
Rather than using :class:`str` keys, we recommend using :class:`AppKey`.
This is required for type safety (e.g. when checking with mypy)::

my_private_key = web.AppKey("my_private_key", str)
Expand Down

0 comments on commit 5c9aa9c

Please sign in to comment.