Skip to content

Commit a2c8180

Browse files
[3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662)
(cherry picked from commit 75e4634) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Automerge-Triggered-By: GH:serhiy-storchaka
1 parent 20fec2c commit a2c8180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.11.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ Deprecated
11701170

11711171
* the :class:`configparser.SafeConfigParser` class
11721172
* the :attr:`configparser.ParsingError.filename` property
1173-
* the :meth:`configparser.ParsingError.readfp` method
1173+
* the :meth:`configparser.RawConfigParser.readfp` method
11741174

11751175
(Contributed by Hugo van Kemenade in :issue:`45173`.)
11761176

0 commit comments

Comments
 (0)