DOC: fix typos #18980
DOC: fix typos #18980
Conversation
Thanks for the contribution! |
We periodically get PRs like this, which is great, but they are disruptive in that they hit a bunch of files trivially. Have we given any thought to just running codespell as part of CI, just like we run flake8? |
@@ -1,6 +1,6 @@ | |||
""" | |||
====================== | |||
Demo Curvelinear Grid2 | |||
Demo Curvilinear Grid2 |
QuLogic
Nov 19, 2020
Member
This one is on purpose; see the filename and classes used. Maybe it should be CurveLinear
in the title instead, though?
This one is on purpose; see the filename and classes used. Maybe it should be CurveLinear
in the title instead, though?
@@ -121,7 +121,7 @@ | |||
:align: center | |||
:scale: 50 | |||
Demo Curvelinear Grid | |||
Demo Curvilinear Grid |
QuLogic
Nov 19, 2020
Member
Ditto
Ditto
@@ -566,7 +566,7 @@ def inv_tr(x, y): | |||
:align: center | |||
:scale: 50 | |||
Demo Curvelinear Grid | |||
Demo Curvilinear Grid |
QuLogic
Nov 19, 2020
Member
Ditto.
Ditto.
The trouble with running it in CI is that there are a lot of false positives; I'm sure @luzpaz had to spend a while cherry picking the bits that are actually errors. Possibly we could use reviewdog to limit the results to the diff, if codespell doesn't have a way to do that. |
Indeed. But each time I added them to to the |
Added requested, thanks @tacaswell. |
Found using `codespell v2.0.dev` ``` codespell -q 3 -S ./extern,./doc/users/credits.rst,./doc/api/prev_api_changes,./doc/users/prev_whats_new -L afe,ans,axises,ba,coo,flate,fo,hist,inout,ment,nd,offsetp,oly,ot,te,thisy,vas,whis,wit ```
Co-authored-by: Thomas A Caswell <[email protected]>
Co-authored-by: Thomas A Caswell <[email protected]>
Co-authored-by: Thomas A Caswell <[email protected]>
fed55c6
into
matplotlib:master
Thanks @luzpaz! |
Found using
codespell v2.0.dev