Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab0fcf commit 0b0e311Copy full SHA for 0b0e311
1 file changed
lib/matplotlib/figure.py
@@ -786,8 +786,8 @@ def fixitems(items):
786
ret = []
787
for k, v in items:
788
if iterable(v):
789
- # some objects can define __getitem__ without being
790
- # iterable and in those cases the conversion to tuples
+ # some objects can define __getitem__ without being
+ # iterable and in those cases the conversion to tuples
791
# will fail.
792
try:
793
v = tuple(v)
0 commit comments