Skip to content

Commit 70a55db

Browse files
authored
Merge pull request #12238 from ppwwyyxx/patch-1
Typo in docs
2 parents f8bda74 + 26ee168 commit 70a55db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

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

0 commit comments

Comments
 (0)