]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix typo in configparser module docstring (GH-105652) (#105654)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Jun 2023 14:33:50 +0000 (07:33 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 14:33:50 +0000 (14:33 +0000)
Fix typo in configparser module docstring (GH-105652)

"zc.buildbot" -> "zc.buildout"
(cherry picked from commit 845e593c4ec97dd9f73b50536c1e1e7ed10ceecd)

Co-authored-by: litlighilit <97860435+litlighilit@users.noreply.github.com>
Lib/configparser.py

index df2d7e335d9d21f7b608730672ccb6e38b4bcca5..5df1d3cfe224aea470733359006fdeeb08b66ed5 100644 (file)
@@ -59,7 +59,7 @@ ConfigParser -- responsible for parsing a list of
         instance. It will be used as the handler for option value
         pre-processing when using getters. RawConfigParser objects don't do
         any sort of interpolation, whereas ConfigParser uses an instance of
-        BasicInterpolation. The library also provides a ``zc.buildbot``
+        BasicInterpolation. The library also provides a ``zc.buildout``
         inspired ExtendedInterpolation implementation.
 
         When `converters` is given, it should be a dictionary where each key