]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in configparser module docstring (#105652)
authorlitlighilit <97860435+litlighilit@users.noreply.github.com>
Sun, 11 Jun 2023 14:06:42 +0000 (22:06 +0800)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 14:06:42 +0000 (15:06 +0100)
"zc.buildbot" -> "zc.buildout"

Lib/configparser.py

index 682d9736cdc2115a92ccb003716aae0f154e5767..71362d23ec3757686bee78574ada40161310d182 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