* Doc: Fix typo 'overriden' -> 'overridden' in c-api/module.rst
* Fix 'overriden' -> 'overridden' in tests
of that slot;
- For modules created from an ``PyModExport_*``
:ref:`export hook <extension-export-hook>`: the slots array that the export
- hook returned (unless overriden with :c:macro:`Py_mod_token`).
+ hook returned (unless overridden with :c:macro:`Py_mod_token`).
.. c:macro:: Py_mod_token
class FormatTestsBase:
@property
def contents(self):
- """Install details file contents. Should be overriden by subclasses."""
+ """Install details file contents. Should be overridden by subclasses."""
raise NotImplementedError
@property
with check_unhashable_key():
d.get(key)
- # Only TypeError exception is overriden,
+ # Only TypeError exception is overridden,
# other exceptions are left unchanged.
class HashError:
def __hash__(self):
with check_unhashable_element():
myset.discard(elem)
- # Only TypeError exception is overriden,
+ # Only TypeError exception is overridden,
# other exceptions are left unchanged.
class HashError:
def __hash__(self):