Skip to content

Commit

Permalink
Add paragraph heading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Jul 24, 2021
1 parent 5374d35 commit a352f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/web_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ For this please use :attr:`Request.config_dict` read-only property::
async def handler(request):
data = request.config_dict["my_private_key"]

Type Annotations
""""""""""""""""

To utilize type checking, you should create a :class:`TypedDict` to represent
your config and use this for the application and request generics::

Expand Down

0 comments on commit a352f80

Please sign in to comment.