-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix typos #8868
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 #8868
Conversation
lib/matplotlib/tests/test_table.py
Outdated
@@ -133,7 +133,7 @@ def test_customcell(): | |||
def test_auto_column(): | |||
fig = plt.figure() | |||
|
|||
#iteratble list input | |||
#iterable list input |
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.
Add space after #
.
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.
Updated.
lib/matplotlib/tests/test_table.py
Outdated
@@ -145,7 +145,7 @@ def test_auto_column(): | |||
tb1.set_fontsize(12) | |||
tb1.auto_set_column_width([-1, 0, 1]) | |||
|
|||
#iteratble tuple input | |||
#iterable tuple input |
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.
Add space after #
.
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.
Updated.
@@ -1034,7 +1034,7 @@ var mouse = $.widget("ui.mouse", { | |||
return this.mouseDelayMet; | |||
}, | |||
|
|||
// These are placeholder methods, to be overriden by extending plugin | |||
// These are placeholder methods, to be overridden by extending plugin |
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.
Probably shouldn't change bundled JQuery bits.
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.
Updated.
a5979af
to
d2ffbd5
Compare
This PR fixes some typos:
defaut
,overriden
, anditeratble
.