Skip to content

Commit

Permalink
pythongh-89336: Fix configparser.RawConfigParser.readfp typo (pythonG…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 11, 2022
1 parent 38486ca commit 75e4634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Expand Up @@ -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`.)

Expand Down

0 comments on commit 75e4634

Please sign in to comment.