Skip to content

Commit 1d3e743

Browse files
authored
[doc] Add missing backtick. (GH-32355)
1 parent 9ffe47d commit 1d3e743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ Deprecated
805805
* :class:`configparser.LegacyInterpolation` has been deprecated in the docstring
806806
since Python 3.2. It now emits a :exc:`DeprecationWarning` and will be removed
807807
in Python 3.13. Use :class:`configparser.BasicInterpolation` or
808-
:class:`configparser.ExtendedInterpolation instead.
808+
:class:`configparser.ExtendedInterpolation` instead.
809809
(Contributed by Hugo van Kemenade in :issue:`46607`.)
810810

811811
* The :func:`locale.getdefaultlocale` function is deprecated and will be

0 commit comments

Comments
 (0)