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