]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138659: Typo in the gc module docstring (#138660)
authorAalaap Dey <65075436+axdeyy@users.noreply.github.com>
Mon, 8 Sep 2025 14:16:33 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 14:16:33 +0000 (14:16 +0000)
commitc006a623e73d2368ec653e19c769706885161053
treeae069e97069a4f4c16187d080b216c29eee74bed
parent4f0c267b40e52b83b2e1515aa0dd74eda31ae18a
gh-138659: Typo in the gc module docstring (#138660)

docs(gc): fix typo in get_threshold() docstring

Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function.
Modules/gcmodule.c