-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Fix typo in configparser module docstring #105652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
See [the following spell](https://github.com/python/cpython/blob/main/Lib/configparser.py#L421), which is `zc.buildout`. And even if there is a package called `buildbot`, it seems to does nothing with "interpolation between sections" as well as the "zc." prefix
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but you will need to sign the CLA, or we won't be able to merge
Glad for your reply, Is there another way to show my agreement? |
@litlighilit you need to click the "CLA not signed" button in this comment here: #105652 (comment). I don't know of any other way to sign the CLA, I'm afraid.
What specifically is the problem you're running into? :) |
This comment was marked as off-topic.
This comment was marked as off-topic.
@AlexWaygood |
Thanks @litlighilit for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-105653 is a backport of this pull request to the 3.12 branch. |
"zc.buildbot" -> "zc.buildout" (cherry picked from commit 845e593) Co-authored-by: litlighilit <97860435+litlighilit@users.noreply.github.com>
GH-105654 is a backport of this pull request to the 3.11 branch. |
"zc.buildbot" -> "zc.buildout" (cherry picked from commit 845e593) Co-authored-by: litlighilit <97860435+litlighilit@users.noreply.github.com>
Thanks @litlighilit! |
Grateful for your patience @AlexWaygood |
See the following spell, which is
zc.buildout
.And even if there is a package called
buildbot
, it seems to does nothing with "interpolation between sections" as well as the "zc." prefix