enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

Recommend running typo linter on codebase #1267

Open luzpaz opened 11 months ago

luzpaz commented 11 months ago

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?