-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fixed _upcast_err docstring and comments in _axes.py #22923
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
011b318
to
c329972
Compare
@tacaswell I pushed updates to address your comments. I saw #21901 was tagged as 3.5.2 and had been dormant for a while. I only realized that it was assigned to you after I had already made my changes. I hope it is okay that I worked on this. |
c329972
to
ffae9de
Compare
I do not mind at all! |
ffae9de
to
439dbbe
Compare
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.
Thank you for tolerating my comments on this.
I think it's better to correct it right now instead of needing to fix it later! |
meeseeksdev backport to v3.5.x |
…923-on-v3.5.x Backport PR #22923 on branch v3.5.x (Fixed _upcast_err docstring and comments in _axes.py)
PR Summary
Addresses @efiring's concerns about the docstring and comments in #21884 (issue #21901).
Closes #21901
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).