Skip to content

Commit 2ba8e6a

Browse files
[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 845e593) Co-authored-by: litlighilit <97860435+litlighilit@users.noreply.github.com>
1 parent b3d95d4 commit 2ba8e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/configparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
instance. It will be used as the handler for option value
6060
pre-processing when using getters. RawConfigParser objects don't do
6161
any sort of interpolation, whereas ConfigParser uses an instance of
62-
BasicInterpolation. The library also provides a ``zc.buildbot``
62+
BasicInterpolation. The library also provides a ``zc.buildout``
6363
inspired ExtendedInterpolation implementation.
6464
6565
When `converters` is given, it should be a dictionary where each key

0 commit comments

Comments
 (0)