From: litlighilit <97860435+litlighilit@users.noreply.github.com> Date: Sun, 11 Jun 2023 14:06:42 +0000 (+0800) Subject: Fix typo in configparser module docstring (#105652) X-Git-Tag: v3.13.0a1~1796 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=845e593c4ec97dd9f73b50536c1e1e7ed10ceecd;p=thirdparty%2FPython%2Fcpython.git Fix typo in configparser module docstring (#105652) "zc.buildbot" -> "zc.buildout" --- diff --git a/Lib/configparser.py b/Lib/configparser.py index 682d9736cdc2..71362d23ec37 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