]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 May 2022 17:38:30 +0000 (10:38 -0700)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 17:38:30 +0000 (10:38 -0700)
(cherry picked from commit 75e463430efcb5b20efa93f9a5d98ccd03d83a3d)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Automerge-Triggered-By: GH:serhiy-storchaka
Doc/whatsnew/3.11.rst

index 40e68e64e042961fa5b3c158515705d57559d454..6518eea4c7ba5592cf569882cf6f95cced509ad3 100644 (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`.)