-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-138659: Typo in the gc module docstring #138660
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
Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function.
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Thanks for the PR! |
Thanks @axdeyy for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
docs(gc): fix typo in get_threshold() docstring Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function. (cherry picked from commit c006a62) Co-authored-by: Aalaap Dey <[email protected]>
docs(gc): fix typo in get_threshold() docstring Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function. (cherry picked from commit c006a62) Co-authored-by: Aalaap Dey <[email protected]>
GH-138662 is a backport of this pull request to the 3.14 branch. |
GH-138663 is a backport of this pull request to the 3.13 branch. |
gh-138659: Typo in the gc module docstring (GH-138660) docs(gc): fix typo in get_threshold() docstring Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function. (cherry picked from commit c006a62) Co-authored-by: Aalaap Dey <[email protected]>
gh-138659: Typo in the gc module docstring (GH-138660) docs(gc): fix typo in get_threshold() docstring Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function. (cherry picked from commit c006a62) Co-authored-by: Aalaap Dey <[email protected]>
) (python#138662) pythongh-138659: Typo in the gc module docstring (pythonGH-138660) docs(gc): fix typo in get_threshold() docstring Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function. (cherry picked from commit c006a62) Co-authored-by: Aalaap Dey <[email protected]>
docs(gc): fix typo in get_threshold() docstring Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function.
Removes a duplicate "the" from the docstring for the
gc.get_threshold()
function.Linked Issue
#138659