-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix typos #8709
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
Fix typos #8709
Conversation
@@ -3698,7 +3698,7 @@ coordT *qh_readpoints(int *numpoints, int *dimension, boolT *ismalloc) { | |||
strncat(qh rbox_command, s, sizeof(qh rbox_command)-1); | |||
} | |||
if (!s) { | |||
qh_fprintf(qh ferr, 6074, "qhull input error: missing \"begin\" for cdd-formated input\n"); | |||
qh_fprintf(qh ferr, 6074, "qhull input error: missing \"begin\" for cdd-formatted input\n"); |
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.
Better to send these upstream instead.
@@ -677,7 +677,7 @@ Pull Requests (1003): | |||
* :ghpull:`7548`: Clarify to_rgba docstring. | |||
* :ghpull:`7476`: Sticky margins | |||
* :ghpull:`7552`: Correctly extend a lognormed colorbar | |||
* :ghpull:`7499`: Improve the the marker table in markers_api documentation | |||
* :ghpull:`7499`: Improve the marker table in markers_api documentation |
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 just fixed this in the PR title so the next time we generate this file it will stay fixed 👍
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.
Provisional on the qhull change. It would be good to push that upstream, but we do not closely track upstream. It is spelling in an error message so I do not think it is harmful to have this change. Will defer to @ianthomas23 on this.
There does not seem to be an upstream for ttconv, but will defer to @mdboom
@taehoonlee Thanks for the PR! |
@taehoonlee (belated) congratulations 🎉 on what I think is your first Matplotlib contribution. Hopefully we will hear from you again! |
Thank you @tacaswell! |
This PR fixes some typos:
the the
,implementaion
,seperated
,formated
,compatiblity
,fuction
.