File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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