summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-05-11 06:18:45 (GMT)
committerGitHub <noreply@github.com>2022-05-11 06:18:45 (GMT)
commit75e463430efcb5b20efa93f9a5d98ccd03d83a3d (patch)
tree55235d36a99abece6deda2d90af9674d7a350001
parent38486ca212c0827d54e7b0d0b1e2c1ccc2bdad33 (diff)
downloadcpython-75e463430efcb5b20efa93f9a5d98ccd03d83a3d.zip
cpython-75e463430efcb5b20efa93f9a5d98ccd03d83a3d.tar.gz
cpython-75e463430efcb5b20efa93f9a5d98ccd03d83a3d.tar.bz2
gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 40e68e6..6518eea 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1170,7 +1170,7 @@ Deprecated
* the :class:`configparser.SafeConfigParser` class
* the :attr:`configparser.ParsingError.filename` property
- * the :meth:`configparser.ParsingError.readfp` method
+ * the :meth:`configparser.RawConfigParser.readfp` method
(Contributed by Hugo van Kemenade in :issue:`45173`.)