From 4291c8d835557b4623d9b0413381b489d3bb3885 Mon Sep 17 00:00:00 2001 From: litlighilit <97860435+litlighilit@users.noreply.github.com> Date: Sun, 11 Jun 2023 19:34:19 +0800 Subject: [PATCH] Update configparser.py, correct zc.buildbot to zc.buildout in docstring See [the following spell](https://github.com/python/cpython/blob/main/Lib/configparser.py#L421), which is `zc.buildout`. And even if there is a package called `buildbot`, it seems to does nothing with "interpolation between sections" as well as the "zc." prefix --- Lib/configparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/configparser.py b/Lib/configparser.py index 682d9736cdc211..71362d23ec3757 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