mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662)
(cherry picked from commit 75e463430e
)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Automerge-Triggered-By: GH:serhiy-storchaka
This commit is contained in:
parent
20fec2c265
commit
a2c8180a9a
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