Skip to content

Commit

Permalink
docs: fix a typo in requests usage docs (#3794)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Oct 14, 2024
1 parent bc7a0ce commit ad592f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The type of ``data`` can be any supported type, including
* :class:`TypedDicts <typing.TypedDict>`
* Pydantic models
* Arbitrary stdlib types
* Typed supported via :doc:`plugins </usage/plugins/index>`
* Types supported via :doc:`plugins </usage/plugins/index>`

.. literalinclude:: /examples/request_data/request_data_2.py
:language: python
Expand Down

0 comments on commit ad592f6

Please sign in to comment.