From 1d3e743599673e9135d268fb72f0352d8ce23d97 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 6 Apr 2022 13:40:37 +0200 Subject: [doc] Add missing backtick. (GH-32355) --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12