Skip to content
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

[examples] fix pep8 error classes e231 and e241 #3714

Merged
merged 2 commits into from Nov 9, 2014

Conversation

twmr
Copy link
Contributor

@twmr twmr commented Oct 24, 2014

E231 missing whitespace after ‘,’
E241 (*) multiple spaces after ‘,’

Note that E241 is not enforced by the pep8 standard as it might reduce readability. Even if it is not enforced I fixed E241 where appropriate.

This is from the pep8 docs

(*) In the default configuration, the checks E123, E133, E226, E241 and E242 are ignored because they > are not rules unanimously accepted, and PEP 8 does not enforce them.

Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
@twmr twmr changed the title Pep8fix e231 e241 [examples] fix pep8 error classes e231 and e241 Oct 24, 2014
@twmr
Copy link
Contributor Author

twmr commented Oct 24, 2014

Like in my previous pep8 PRs this PR only contains white-space fixes

@tacaswell tacaswell added this to the v1.5.x milestone Oct 26, 2014
@twmr
Copy link
Contributor Author

twmr commented Nov 2, 2014

In order to bring these pep8 fixes in examples/ closer to an end, can this PR be merged?

@jenshnielsen
Copy link
Member

Only whitespace changes. Looks correct to me.

jenshnielsen added a commit that referenced this pull request Nov 9, 2014
[examples] fix pep8 error classes e231 and e241
@jenshnielsen jenshnielsen merged commit b97a02b into matplotlib:master Nov 9, 2014
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.

None yet

4 participants