Skip to content

Commit

Permalink
misc: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Oct 1, 2021
1 parent ad0cdc6 commit e116845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devito/types/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,13 +590,13 @@ def _bounds_glb_to_loc(cls, dec, m, M):

def __subdomain_finalize__(self, dimensions, shape, distributor=None, **kwargs):
"""
Must be overridded by subclasses.
Must be overridden by subclasses.
"""
raise NotImplementedError

def _create_implicit_exprs(self, grid):
"""
Must be overridded by subclasses.
Must be overridden by subclasses.
"""
raise NotImplementedError

Expand Down

0 comments on commit e116845

Please sign in to comment.