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 Sep 9, 2023
1 parent 77ea580 commit 6ba9992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ The client session supports the context manager protocol for self closing.
the encoding parameter to :meth:`bytes.decode()`.

This function will be called when the charset is not known (e.g. not specified in the
Content-Type header). The default function in 3.8.6 calls chardetng
or charset-normaliser. In 3.9+ this be replaced with a function that
Content-Type header). The default function in 3.8.6 calls ``chardetng``
or ``charset-normaliser``. In 3.9+ this be replaced with a function that
simply defaults to ``utf-8``.

.. versionadded:: 3.8.6
Expand Down

0 comments on commit 6ba9992

Please sign in to comment.