Skip to content

Commit

Permalink
Update client_reference.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Aug 30, 2023
1 parent afb6b6b commit 002deb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The client session supports the context manager protocol for self closing.
disabling. See :ref:`aiohttp-client-tracing-reference` for
more information.

:type fallback_charset_resolver: Callable[[ClientResponse, bytes], str]
:param fallback_charset_resolver: Callable[[ClientResponse, bytes], str]
A :term:`callable` that accepts a :class:`ClientResponse` and the
:class:`bytes` contents, and returns a :class:`str` which will be used as
the encoding parameter to :meth:`bytes.decode()`.
Expand Down

0 comments on commit 002deb2

Please sign in to comment.