-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
fix small typo in documentation about CheckButtons. #5484
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
Just a little typo.
There are actually several of this same typo all over the file; do you mind fixing them at the same time? |
@QuLogic I added some more corrections as requested. There's still a FIXME left because I couldn't figure what the original author meant. |
👍 Thanks for cleaning up by copy-paste typo 🐑 |
|
||
*toolfig* | ||
The figure instance to embed the subplot tool into. If | ||
None, a default figure will be created. If you are using | ||
*None*, a default figure will be created. If you are using | ||
this from the GUI |
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 see you fixed the other truncated comment; any ideas what goes here?
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.
Oh, I guess this is the one you meant in the original comment, then.
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.
Yes, exactly. That's what I meant.
""" | ||
# FIXME: This docstring ends abruptly without... |
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.
heh, I remember adding that comment as a bit of a joke...
DOC: fix small typos in documentation
Merging this as it clearly improves things 👍 @flothesof If you want to keep fixing up the docs (which is awesome btw), please open a new PR. I think this is your first mpl contribution; congratulations and thank you! |
DOC: fix small typos in documentation
backported as aceb626 |
Just a little typo.