10000 PEP8 fixes · matplotlib/matplotlib@0b0e311 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b0e311

Browse files
committed
PEP8 fixes
1 parent dab0fcf commit 0b0e311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/figure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ def fixitems(items):
786786
ret = []
787787
for k, v in items:
788788
if iterable(v):
789-
# some objects can define __getitem__ without being
790-
# iterable and in those cases the conversion to tuples
789+
# some objects can define __getitem__ without being
790+
# iterable and in those cases the conversion to tuples
791791
# will fail.
792792
try:
793793
v = tuple(v)

0 commit comments

Comments
 (0)
0