-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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)
import gc
help(gc)

Linked PRs
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Todo