mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
[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 c006a623e7)
Co-authored-by: Aalaap Dey <65075436+axdeyy@users.noreply.github.com>
This commit is contained in:
parent
655ad1c63e
commit
1cb1c2c03b
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ PyDoc_STRVAR(gc__doc__,
|
||||||
"set_debug() -- Set debugging flags.\n"
|
"set_debug() -- Set debugging flags.\n"
|
||||||
"get_debug() -- Get debugging flags.\n"
|
"get_debug() -- Get debugging flags.\n"
|
||||||
"set_threshold() -- Set the collection thresholds.\n"
|
"set_threshold() -- Set the collection thresholds.\n"
|
||||||
"get_threshold() -- Return the current the collection thresholds.\n"
|
"get_threshold() -- Return the current collection thresholds.\n"
|
||||||
"get_objects() -- Return a list of all objects tracked by the collector.\n"
|
"get_objects() -- Return a list of all objects tracked by the collector.\n"
|
||||||
"is_tracked() -- Returns true if a given object is tracked.\n"
|
"is_tracked() -- Returns true if a given object is tracked.\n"
|
||||||
"is_finalized() -- Returns true if a given object has been already finalized.\n"
|
"is_finalized() -- Returns true if a given object has been already finalized.\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue