Summary
There is a small grammatical typo in the main docstring for the gc module. In the description for the get_threshold() function, the word "the" is duplicated.
How to Reproduce
The typo can be seen by running help(gc) in a Python interpreter (with the gc module imported)
Linked PRs
Summary
There is a small grammatical typo in the main docstring for the
gcmodule. In the description for theget_threshold()function, the word "the" is duplicated.How to Reproduce
The typo can be seen by running
help(gc)in a Python interpreter (with thegcmodule imported)Linked PRs