]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138659: Typo in the gc module docstring (GH-138660) (#138662)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Sep 2025 14:41:34 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 14:41:34 +0000 (14:41 +0000)
commit1cb1c2c03b2d51999cd25f995ef7f575ff13c31d
treeb43fd1eca246520717c302de2bc80532c3a9dacf
parent655ad1c63e6993a2136ffbbf2fc2ff74e7af8824
[3.14] gh-138659: Typo in the gc module docstring (GH-138660) (#138662)

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 c006a623e73d2368ec653e19c769706885161053)

Co-authored-by: Aalaap Dey <65075436+axdeyy@users.noreply.github.com>
Modules/gcmodule.c