Skip to content

Commit

Permalink
Fix pre-commit spelling error in cell_space
Browse files Browse the repository at this point in the history
Small clean-up after #2309.
  • Loading branch information
EwoutH authored Sep 21, 2024
1 parent 1ad2e1f commit 7037a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/experimental/cell_space/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __repr__(self): # noqa

@cached_property
def neighborhood(self) -> CellCollection:
"""Returns the direct neigborhood of the cell.
"""Returns the direct neighborhood of the cell.
This is equivalent to cell.get_neighborhood(radius=1)
Expand Down

0 comments on commit 7037a32

Please sign in to comment.