Skip to content

Commit

Permalink
Wrap a long line in the web_advanced document
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 23, 2021
1 parent bae2435 commit ed0a2fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/web_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ For this please use :attr:`Request.config_dict` read-only property::
async def handler(request):
data = request.config_dict['my_private_key']

The app object can be used in this way to reuse a database connection or anything else needed throughout the application.
The app object can be used in this way to reuse a database connection or anything
else needed throughout the application.

See this reference section for more detail: :ref:`aiohttp-web-app-and-router`.

Expand Down

0 comments on commit ed0a2fd

Please sign in to comment.