8000 DOC: Make wording consistent · matplotlib/matplotlib@4629756 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4629756

Browse files
authored
DOC: Make wording consistent
As noted by @story645
1 parent b1cebe4 commit 4629756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,8 +1372,8 @@ def subplots(nrows=1, ncols=1, *, sharex=False, sharey=False, squeeze=True,
13721372
width_ratios : array-like of length *ncols*, optional
13731373
Defines the relative widths of the columns. Each column gets a
13741374
relative width of ``width_ratios[i] / sum(width_ratios)``.
1375-
If not given, all columns will have the same width. Convenience
1376-
for ``gridspec_kw={'width_ratios': [...]}``.
1375+
If not given, all columns will have the same width. Equivalent
1376+
to ``gridspec_kw={'width_ratios': [...]}``.
13771377
13781378
height_ratios : array-like of length *nrows*, optional
13791379
Defines the relative heights of the rows. Each row gets a

0 commit comments

Comments
 (0)
0