-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Fixing various spelling errors #28569
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
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.
Some of these look "ok," but others look like automatic replacements that don't belong--I've pointed out a few from the latter category from a quick scan.
The f2c stuff is generated and should be left alone. |
Okay, reverted. |
This error seems erroneous to me:
That does not seem related to this PR. I expect re-running the tests would make them pass again. (Sorry if I am wrong. This is just my guess.) If that IS the case, perhaps we should open a bug ticket for intermittently failing CI. |
You can ignore the PyPy failure, it is a known bug in PyPy. |
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.
Changing the error messages is technically a backward compatibility issue - can you add a release note for the off chance someone is using the error message in a test like the numpy tests were?
I have added a release note. I tried to word it in keeping with other release notes. But feel free to holler if you'd like it worded differently. |
There was a spelling error in the release note 🙃 so I fixed that and made it a little less wordy. Will merge shortly. |
Actually I think @tylerjereddy needs to give it another pass because of branch protection |
doc/source/release/1.22.0-notes.rst
Outdated
@@ -59,7 +59,7 @@ value for the ``usemask`` parameter. | ||
Deprecations | ||
============ | ||
|
||
Use delimiter rather than delimitor as kwarg in mrecords | ||
Use delimiter rather than delimiter as kwarg in mrecords |
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 think this still needs to be reverted?
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.
Reverted
I think I found one more case that should be reverted, but I've dismissed the blocking review apart from that. |
Thanks @john-science! |
This is just a simple cleanup PR. I found various spelling errors and fixed them.
And then I went hunting for spelling errors and found a few more.
I have not changed any variable names here, this is all just docs and docstrings. So this should be a very safe change.