Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b0e311

Browse filesBrowse files
committed
PEP8 fixes
1 parent dab0fcf commit 0b0e311
Copy full SHA for 0b0e311

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.