-
-
Notifications
You must be signed in to change notification settings - Fork 46.4k
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
chore: fix typos #11467
chore: fix typos #11467
Conversation
Signed-off-by: snoppy <michaleli@foxmail.com>
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.
Those are some serious Typos
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 found more typos but GitHub won't let me add comments on them:
- On line 79 of
points_are_collinear_3d.py
, "or" is misspelled as "of" - On line 81 of that same file, "Since" is misspelled as "Sine"
- On line 4 of
convolution_neural_network.py
, "Handing Writing" should be "Handwriting" - On line 307 of that same file, it says "Training Complished" but "Complished" isn't a real word; I think it's supposed to say "Complete"?
- On line 356 of that same file, it says "on other file" but I think it's supposed to say "in another file"? I'm not sure what file the author was referring to
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
Were these misspellings found with a tool? |
No, I just visually inspected the files. |
* chore: fix typos Signed-off-by: snoppy <michaleli@foxmail.com> * Apply suggestions from code review Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> --------- Signed-off-by: snoppy <michaleli@foxmail.com> Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
* chore: fix typos Signed-off-by: snoppy <michaleli@foxmail.com> * Apply suggestions from code review Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> --------- Signed-off-by: snoppy <michaleli@foxmail.com> Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
* chore: fix typos Signed-off-by: snoppy <michaleli@foxmail.com> * Apply suggestions from code review Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com> --------- Signed-off-by: snoppy <michaleli@foxmail.com> Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
Describe your change:
Checklist: