mayavi
mayavi copied to clipboard
Recommend running typo linter on codebase
Recommend installing codespell
pip install --upgrade git+https://github.com/codespell-project/codespell.git
and running
codespell -q 3 -S "*.pdf,*.vtu"
I would be happy to submit a PR with typo fixes if there is interest?