Skip to content

Doc: Fix typo in c-api/module.rst - 'overriden' should be 'overridden' #143181

@duane9

Description

@duane9

Documentation

There is a spelling error in the C API module documentation. The word "overriden" should be spelled "overridden" (with double 'd').

Location:

  • File: Doc/c-api/module.rst
  • Line: 574

Current text:
hook returned (unless overriden with :c:macro:Py_mod_token).

Should be:
hook returned (unless overridden with :c:macro:Py_mod_token).

"Overridden" is the correct past participle of "override" and requires two consecutive 'd's at the end.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions