Skip to content

Commit 1c68e70

Browse files
committed
Correct punctuation in docstring
1 parent 8d30411 commit 1c68e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +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,
64-
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.
6565
"""
6666
match = re.match(r"(_line|_image)(\d+)", label[0])
6767
if match:

0 commit comments

Comments
 (0)