8000 Merge pull request #814 from vyahhi/patch-1 · matplotlib/matplotlib@a6f17f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6f17f9

Browse files
committed
Merge pull request #814 from vyahhi/patch-1
Minor spelling error in comments (lows -> rows)
2 parents 8cf1593 + 5823f8d commit a6f17f9

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
@@ -635,7 +635,7 @@ def _init_legend_box(self, handles, labels):
635635

636636
if len(handleboxes) > 0:
637637

638-
# We calculate number of lows in each column. The first
638+
# We calculate number of rows in each column. The first
639639
# (num_largecol) columns will have (nrows+1) rows, and remaing
640640
# (num_smallcol) columns will have (nrows) rows.
641641
ncol = min(self._ncol, len(handleboxes))

0 commit comments

Comments
 (0)
0