Skip to content

Commit c8a26aa

Browse files
committed
Merge pull request matplotlib#2584 from magnunor/fix_legend_typo
Fix typo in legend documentation
1 parent bd70008 commit c8a26aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __init__(self, parent, handles, labels,
195195
borderpad the fractional whitespace inside the legend border
196196
labelspacing the vertical space between the legend entries
197197
handlelength the length of the legend handles
198-
handleheight the length of the legend handles
198+
handleheight the height of the legend handles
199199
handletextpad the pad between the legend handle and text
200200
borderaxespad the pad between the axes and legend border
201201
columnspacing the spacing between columns

0 commit comments

Comments
 (0)