Skip to content

Commit beacd7a

Browse files
committed
pep compliant
1 parent dbdb3b9 commit beacd7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def figure_edit(axes, parent=None):
6060
# Sorting for default labels (_lineXXX, _imageXXX).
6161
def cmp_key(label):
6262
"""
63-
label should be a tuple consisting of the string label, and the object being sorted by label
63+
label should be a tuple consisting of the string label,
64+
and the object being sorted by label
6465
"""
6566
match = re.match(r"(_line|_image)(\d+)", label[0])
6667
if match:

0 commit comments

Comments
 (0)