-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix typo in Quick start guide tutorial #25519
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.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a while, please feel free to ping @matplotlib/developers
or anyone who has commented on the PR. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join us on gitter for real-time discussion.
For details on testing, writing docs, and our review process, please see the developer guide
We strive to be a welcoming and open project. Please follow our Code of Conduct.
No there is no reason for the inconsistent names. I'm surprised this worked at all. Thanks for catching it. |
The code there is a code block for display only, so there was nothing to break. Also, the names don't matter and are purely for the user to access, so it doesn't matter for Matplotlib that there's some inconsistency there. But we should probably change it for consistency. |
Co-authored-by: Jody Klymak <jklymak@gmail.com>
Thank you @Dusch4593 and congratulations on your first merged Matplotlib PR 🎉 Hope we hear from you again! |
Thanks @tacaswell! Am I good to delete the PR branch on my end? ( |
Yes, those commits are now in the Matplotlib main branch and your branch (which is just a pointer to the commits) is no longer needed. See https://tacaswell.github.io/think-like-git.html for lots more details. |
…519-on-v3.7.x Backport PR #25519 on branch v3.7.x (Fix typo in Quick start guide tutorial)
…519-on-v3.7.1-doc Backport PR #25519 on branch v3.7.1-doc (Fix typo in Quick start guide tutorial)
PR Summary
Fixes a typo in the code block under the
Figure
section of the "Quick start guide" by adding a closing single quote mark'
afterright_bottom
.P.S. Is there a reason why there is a dash in
right-top
and an underscore inright_bottom
?PR Checklist
Documentation and Tests
pytest
passes)Release Notes
.. versionadded::
directive in the docstring and documented indoc/users/next_whats_new/
.. versionchanged::
directive in the docstring and documented indoc/api/next_api_changes/
next_whats_new/README.rst
ornext_api_changes/README.rst