Skip to content

Commit 845e593

Browse files
authored
Fix typo in configparser module docstring (#105652)
"zc.buildbot" -> "zc.buildout"
1 parent d4fa529 commit 845e593

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)