summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-06-11 14:31:04 (GMT)
committerGitHub <noreply@github.com>2023-06-11 14:31:04 (GMT)
commit071d559def83f0bc51e87a0ca83d45cf4bd6662b (patch)
tree92759684795f9dc7c9c9d6fc8dcf388eec57b6a0
parent122a1a2629f6d3f39c7f473bc96aa3b5d834c49f (diff)
downloadcpython-071d559def83f0bc51e87a0ca83d45cf4bd6662b.zip
cpython-071d559def83f0bc51e87a0ca83d45cf4bd6662b.tar.gz
cpython-071d559def83f0bc51e87a0ca83d45cf4bd6662b.tar.bz2
[3.12] Fix typo in configparser module docstring (GH-105652) (#105653)
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>
-rw-r--r--Lib/configparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/configparser.py b/Lib/configparser.py
index dee5a0d..e8aae21 100644
--- a/Lib/configparser.py
+++ b/Lib/configparser.py
@@ -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