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

This commit is contained in:
Hugo van Kemenade 2022-05-11 09:18:45 +03:00 committed by GitHub
parent 38486ca212
commit 75e463430e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.)