8000 Merge pull request #21719 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@a9cd45a · GitHub
[go: up one dir, main page]

Skip to content

Commit a9cd45a

Browse files
authored
Merge pull request #21719 from meeseeksmachine/auto-backport-of-pr-21712-on-v3.5.0-doc
Backport PR #21712 on branch v3.5.0-doc (Fixed typo in GridSpec height_ratio description)
2 parents 56a2ca4 + ec7a913 commit a9cd45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/gridspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, nrows, ncols, height_ratios=None, width_ratios=None):
3939
relative width of ``width_ratios[i] / sum(width_ratios)``.
4040
If not given, all columns will have the same width.
4141
height_ratios : array-like of length *nrows*, optional
42-
Defines the relative heights of the rows. Each column gets a
42+
Defines the relative heights of the rows. Each row gets a
4343
relative height of ``height_ratios[i] / sum(height_ratios)``.
4444
If not given, all rows will have the same height.
4545
"""

0 commit comments

Comments
 (0)
0