Skip to content

[examples] fix pep8 error classes e225, e227 and e228 #3771

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 2 commits into from
Nov 9, 2014

Conversation

twmr
Copy link
Contributor

@twmr twmr commented Nov 9, 2014

E225 missing whitespace around operator
E227 missing whitespace around bitwise or shift operator
E228 missing whitespace around modulo operator

twmr added 2 commits October 25, 2014 00:16
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
@jenshnielsen
Copy link
Member

Only whitespace changes 👍 from me

tacaswell added a commit that referenced this pull request Nov 9, 2014
PEP8 : [examples] fix pep8 error classes e225, e227 and e228
@tacaswell tacaswell merged commit 99c4b6f into matplotlib:master Nov 9, 2014
element.set_gid('hist_%d_patch_%d'%(ic, il))
hist_patches['hist_%d'%ic].append('hist_%d_patch_%d'%(ic, il))
element.set_gid('hist_%d_patch_%d' % (ic, il))
hist_patches['hist_%d' %ic].append('hist_%d_patch_%d' % (ic, il))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

forgot to add a space after %. Will fix it in the my next (and final!!) PR

@twmr twmr deleted the pep8fix_e225_e227_e228 branch November 9, 2014 18:18
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