[Python-checkins] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)

serhiy-storchaka webhook-mailer at python.org
Wed May 11 02:18:52 EDT 2022


https://github.com/python/cpython/commit/75e463430efcb5b20efa93f9a5d98ccd03d83a3d
commit: 75e463430efcb5b20efa93f9a5d98ccd03d83a3d
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: serhiy-storchaka <storchaka at gmail.com>
date: 2022-05-11T09:18:45+03:00
summary:

gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 40e68e64e0429..6518eea4c7ba5 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`.)
 



More information about the Python-checkins mailing list