Skip to content

Commit

Permalink
Update client_reference.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored and webknjaz committed Jan 28, 2024
1 parent a89fde7 commit 6889a1e
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 @@ -211,7 +211,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 6889a1e

Please sign in to comment.