Skip to content

Commit

Permalink
Apply typo fix using codespell v2.2.4 (pyvista#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Mar 12, 2023
1 parent a26a52d commit 9254865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CODE_FILES ?= *.py *.rst *.md
doctest-modules-local-namespace: export PYVISTA_OFF_SCREEN = True

doctest-modules:
@echo "Runnnig module doctesting"
@echo "Running module doctesting"
pytest -v --doctest-modules pyvista

doctest-modules-local-namespace:
Expand Down
2 changes: 1 addition & 1 deletion joss/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ @INPROCEEDINGS{Gillaugh2017
and Brown, Jeffrey M.
and Johnston, David A.
and Slater, Joseph C.",
title="Accurate Strain Gage Limits Through Geometry Mistuning Modeling",
title="Accurate Strain Gauge Limits Through Geometry Mistuning Modeling",
series="AIAA SciTech Forum",
year="2017",
month="Jan",
Expand Down
2 changes: 1 addition & 1 deletion pyvista/core/pointset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ def cells_dict(self) -> dict:
def cell_connectivity(self) -> np.ndarray:
"""Return a the vtk cell connectivity as a numpy array.
This is effecively :attr:`UnstructuredGrid.cells` without the
This is effectively :attr:`UnstructuredGrid.cells` without the
padding.
Returns
Expand Down

0 comments on commit 9254865

Please sign in to comment.