File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ A module's token -- and the *your_token* value to use in the above code -- is:
571571 of that slot;
572572- For modules created from an ``PyModExport_* ``
573573 :ref: `export hook <extension-export-hook >`: the slots array that the export
574- hook returned (unless overriden with :c:macro: `Py_mod_token `).
574+ hook returned (unless overridden with :c:macro: `Py_mod_token `).
575575
576576.. c:macro:: Py_mod_token
577577
Original file line number Diff line number Diff line change 3333class FormatTestsBase :
3434 @property
3535 def contents (self ):
36- """Install details file contents. Should be overriden by subclasses."""
36+ """Install details file contents. Should be overridden by subclasses."""
3737 raise NotImplementedError
3838
3939 @property
Original file line number Diff line number Diff line change @@ -1581,7 +1581,7 @@ def check_unhashable_key():
15811581 with check_unhashable_key ():
15821582 d .get (key )
15831583
1584- # Only TypeError exception is overriden ,
1584+ # Only TypeError exception is overridden ,
15851585 # other exceptions are left unchanged.
15861586 class HashError :
15871587 def __hash__ (self ):
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ def check_unhashable_element():
661661 with check_unhashable_element ():
662662 myset .discard (elem )
663663
664- # Only TypeError exception is overriden ,
664+ # Only TypeError exception is overridden ,
665665 # other exceptions are left unchanged.
666666 class HashError :
667667 def __hash__ (self ):
You can’t perform that action at this time.
0 commit comments