]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138659: Typo in the gc module docstring (GH-138660) (#138663)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Sep 2025 14:39:43 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 14:39:43 +0000 (14:39 +0000)
commit6aa7fa0625f68c67c112f1a42b0cd75d0ffc8db4
treede0b1964e067686d7a8654682edd6310841d5f3b
parent7e0dfe5ba6a05de3dde8070e19e7671f95359a8b
[3.13] gh-138659: Typo in the gc module docstring (GH-138660) (#138663)

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