[Python-checkins] Fix typo in configparser module docstring (#105652)

AlexWaygood webhook-mailer at python.org
Sun Jun 11 10:06:49 EDT 2023


https://github.com/python/cpython/commit/845e593c4ec97dd9f73b50536c1e1e7ed10ceecd
commit: 845e593c4ec97dd9f73b50536c1e1e7ed10ceecd
branch: main
author: litlighilit <97860435+litlighilit at users.noreply.github.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-06-11T15:06:42+01:00
summary:

Fix typo in configparser module docstring (#105652)

"zc.buildbot" -> "zc.buildout"

files:
M Lib/configparser.py

diff --git a/Lib/configparser.py b/Lib/configparser.py
index 682d9736cdc21..71362d23ec375 100644
--- a/Lib/configparser.py
+++ b/Lib/configparser.py
@@ -59,7 +59,7 @@
         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



More information about the Python-checkins mailing list