From 6ba9992f504e57589685e15dfd7814f629b2b353 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 9 Sep 2023 11:29:16 +0100 Subject: [PATCH] Update client_reference.rst --- docs/client_reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client_reference.rst b/docs/client_reference.rst index d1d877255d4..bb2f7e23032 100644 --- a/docs/client_reference.rst +++ b/docs/client_reference.rst @@ -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