[Python-checkins] [doc] Add missing backtick. (GH-32355)

JulienPalard webhook-mailer at python.org
Wed Apr 6 07:40:45 EDT 2022


https://github.com/python/cpython/commit/1d3e743599673e9135d268fb72f0352d8ce23d97
commit: 1d3e743599673e9135d268fb72f0352d8ce23d97
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2022-04-06T13:40:37+02:00
summary:

[doc] Add missing backtick. (GH-32355)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 75b455ddf7e30..a572ff6981462 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



More information about the Python-checkins mailing list