[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 845e593c4e)

Co-authored-by: litlighilit <97860435+litlighilit@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-06-11 07:33:50 -07:00 committed by GitHub
parent b3d95d4e61
commit 2ba8e6ac50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@
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