mirror of
https://github.com/python/cpython.git
synced 2026-07-17 23:47:41 -04:00
6aa7fa0625
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 c006a623e7)
Co-authored-by: Aalaap Dey <65075436+axdeyy@users.noreply.github.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.