]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Add missing backtick. (GH-32355)
authorJulien Palard <julien@palard.fr>
Wed, 6 Apr 2022 11:40:37 +0000 (13:40 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 11:40:37 +0000 (13:40 +0200)
Doc/whatsnew/3.11.rst

index 75b455ddf7e30dfd913c688b39dfb03477c81ae1..a572ff6981462f95748fc90ea0f69ab0faf18150 100644 (file)
@@ -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