We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffe47d commit 1d3e743Copy full SHA for 1d3e743
Doc/whatsnew/3.11.rst
@@ -805,7 +805,7 @@ Deprecated
805
* :class:`configparser.LegacyInterpolation` has been deprecated in the docstring
806
since Python 3.2. It now emits a :exc:`DeprecationWarning` and will be removed
807
in Python 3.13. Use :class:`configparser.BasicInterpolation` or
808
- :class:`configparser.ExtendedInterpolation instead.
+ :class:`configparser.ExtendedInterpolation` instead.
809
(Contributed by Hugo van Kemenade in :issue:`46607`.)
810
811
* The :func:`locale.getdefaultlocale` function is deprecated and will be
0 commit comments