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

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