]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Fix typo in configparser module docstring (GH-105652) (#105653)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Jun 2023 14:31:04 +0000 (07:31 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 14:31:04 +0000 (14:31 +0000)
commit071d559def83f0bc51e87a0ca83d45cf4bd6662b
tree92759684795f9dc7c9c9d6fc8dcf388eec57b6a0
parent122a1a2629f6d3f39c7f473bc96aa3b5d834c49f
[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 845e593c4ec97dd9f73b50536c1e1e7ed10ceecd)

Co-authored-by: litlighilit <97860435+litlighilit@users.noreply.github.com>
Lib/configparser.py