mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
This commit is contained in:
parent
38486ca212
commit
75e463430e
1 changed files with 1 additions and 1 deletions
|
@ -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`.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue