From: Julien Palard Date: Wed, 6 Apr 2022 11:40:37 +0000 (+0200) Subject: [doc] Add missing backtick. (GH-32355) X-Git-Tag: v3.11.0b1~454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d3e743599673e9135d268fb72f0352d8ce23d97;p=thirdparty%2FPython%2Fcpython.git [doc] Add missing backtick. (GH-32355) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 75b455ddf7e3..a572ff698146 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -805,7 +805,7 @@ Deprecated * :class:`configparser.LegacyInterpolation` has been deprecated in the docstring since Python 3.2. It now emits a :exc:`DeprecationWarning` and will be removed in Python 3.13. Use :class:`configparser.BasicInterpolation` or - :class:`configparser.ExtendedInterpolation instead. + :class:`configparser.ExtendedInterpolation` instead. (Contributed by Hugo van Kemenade in :issue:`46607`.) * The :func:`locale.getdefaultlocale` function is deprecated and will be