We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582cc8e commit 90e33ecCopy full SHA for 90e33ec
Modules/gcmodule.c
@@ -478,7 +478,7 @@ PyDoc_STRVAR(gc__doc__,
478
"set_debug() -- Set debugging flags.\n"
479
"get_debug() -- Get debugging flags.\n"
480
"set_threshold() -- Set the collection thresholds.\n"
481
-"get_threshold() -- Return the current the collection thresholds.\n"
+"get_threshold() -- Return the current collection thresholds.\n"
482
"get_objects() -- Return a list of all objects tracked by the collector.\n"
483
"is_tracked() -- Returns true if a given object is tracked.\n"
484
"is_finalized() -- Returns true if a given object has been already finalized.\n"
0 commit comments