8000 Backport PR #12238: Typo in docs · matplotlib/matplotlib@9c1612c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c1612c

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #12238: Typo in docs
1 parent bf208d1 commit 9c1612c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6437,7 +6437,7 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
64376437
The values of the histogram bins. See *normed* or *density*
64386438
and *weights* for a description of the possible semantics.
64396439
If input *x* is an array, then this is an array of length
6440-
*nbins*. If input is a sequence arrays
6440+
*nbins*. If input is a sequence of arrays
64416441
``[data1, data2,..]``, then this is a list of arrays with
64426442
the values of the histograms for each of the arrays in the
64436443
same order.

0 commit comments

Comments
 (0)
0