Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 1 commit into from
Jul 12, 2017
Merged

Fix typos #8868

merged 1 commit into from
Jul 12, 2017

Conversation

taehoonlee
Copy link
Contributor

This PR fixes some typos: defaut, overriden, and iteratble.

@@ -133,7 +133,7 @@ def test_customcell():
def test_auto_column():
fig = plt.figure()

#iteratble list input
#iterable list input
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add space after #.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add space after #.

Copy link
Contributor Author

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
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@taehoonlee taehoonlee force-pushed the fix_typos branch 2 times, most recently from a5979af to d2ffbd5 Compare July 12, 2017 08:55
@dstansby dstansby merged commit d526105 into matplotlib:master Jul 12, 2017
@dstansby dstansby added this to the 2.1 (next point release) milestone Jul 12, 2017
@taehoonlee taehoonlee deleted the fix_typos branch July 12, 2017 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants