-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: fix typos #18980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: fix typos #18980
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,6 +1,6 @@ | |||
""" | |||
====================== | |||
Demo Curvelinear Grid2 | |||
Demo Curvilinear Grid2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is on purpose; see the filename and classes used. Maybe it should be CurveLinear
in the title instead, though?
tutorials/toolkits/axisartist.py
Outdated
@@ -121,7 +121,7 @@ | |||
:align: center | |||
:scale: 50 | |||
|
|||
Demo Curvelinear Grid | |||
Demo Curvilinear Grid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
tutorials/toolkits/axisartist.py
Outdated
@@ -566,7 +566,7 @@ def inv_tr(x, y): | |||
:align: center | |||
:scale: 50 | |||
|
|||
Demo Curvelinear Grid | |||
Demo Curvilinear Grid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @QuLogic 's comment about CureveLinear
vs Curvilinear
. For better or worse the class name is CurveLinear
and we should match that in the text.
Anyone can clear this review.
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 <tcaswell@gmail.com>
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
Thanks @luzpaz! |
Found using
codespell v2.0.dev