Skip to content

Commit bb0173c

Browse files
committed
Remove trailing whitespace
1 parent 1c68e70 commit bb0173c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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,
63+
Label should be a tuple consisting of the string label,
6464
and the object being sorted by label.
6565
"""
6666
match = re.match(r"(_line|_image)(\d+)", label[0])

0 commit comments

Comments
 (0)