Skip to content

Commit c508270

Browse files
committed
pythongh-89336: Fix configparser.RawConfigParser.readfp typo
1 parent e3fa60b commit c508270

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
@@ -1168,7 +1168,7 @@ Deprecated
11681168

11691169
* the :class:`configparser.SafeConfigParser` class
11701170
* the :attr:`configparser.ParsingError.filename` property
1171-
* the :meth:`configparser.ParsingError.readfp` method
1171+
* the :meth:`configparser.RawConfigParser.readfp` method
11721172

11731173
(Contributed by Hugo van Kemenade in :issue:`45173`.)
11741174

0 commit comments

Comments
 (0)