summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2022-04-06 11:40:37 (GMT)
committerGitHub <noreply@github.com>2022-04-06 11:40:37 (GMT)
commit1d3e743599673e9135d268fb72f0352d8ce23d97 (patch)
tree67a3430a1f78c5d19a13d983334f0f8ed98a2842 /Doc
parent9ffe47df5468a72603f730eae48c2fd4ec615ffa (diff)
downloadcpython-1d3e743599673e9135d268fb72f0352d8ce23d97.zip
cpython-1d3e743599673e9135d268fb72f0352d8ce23d97.tar.gz
cpython-1d3e743599673e9135d268fb72f0352d8ce23d97.tar.bz2
[doc] Add missing backtick. (GH-32355)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 75b455d..a572ff6 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