mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] Fix typo in configparser module docstring (GH-105652) (#105653)
Fix typo in configparser module docstring (GH-105652)
"zc.buildbot" -> "zc.buildout"
(cherry picked from commit 845e593c4e
)
Co-authored-by: litlighilit <97860435+litlighilit@users.noreply.github.com>
This commit is contained in:
parent
122a1a2629
commit
071d559def
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ConfigParser -- responsible for parsing a list of
|
||||||
instance. It will be used as the handler for option value
|
instance. It will be used as the handler for option value
|
||||||
pre-processing when using getters. RawConfigParser objects don't do
|
pre-processing when using getters. RawConfigParser objects don't do
|
||||||
any sort of interpolation, whereas ConfigParser uses an instance of
|
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.
|
inspired ExtendedInterpolation implementation.
|
||||||
|
|
||||||
When `converters` is given, it should be a dictionary where each key
|
When `converters` is given, it should be a dictionary where each key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue