Skip to content

Typo in the gc module docstring #138659

@axdeyy

Description

@axdeyy

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)
Image

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    extension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions