From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 11 Jun 2023 14:33:50 +0000 (-0700) Subject: [3.11] Fix typo in configparser module docstring (GH-105652) (#105654) X-Git-Tag: v3.11.5~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ba8e6ac5084a5e1964be7e44860a1421be2b63e;p=thirdparty%2FPython%2Fcpython.git [3.11] Fix typo in configparser module docstring (GH-105652) (#105654) 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> --- diff --git a/Lib/configparser.py b/Lib/configparser.py index df2d7e335d9d..5df1d3cfe224 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