Skip to content

Commit

Permalink
Merge pull request matplotlib#12243 from meeseeksmachine/auto-backpor…
Browse files Browse the repository at this point in the history
…t-of-pr-12238-on-v3.0.0-doc

Backport PR matplotlib#12238 on branch v3.0.0-doc (Typo in docs)
  • Loading branch information
QuLogic committed Sep 24, 2018
2 parents bf208d1 + 9c1612c commit 52760ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6437,7 +6437,7 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
The values of the histogram bins. See *normed* or *density*
and *weights* for a description of the possible semantics.
If input *x* is an array, then this is an array of length
*nbins*. If input is a sequence arrays
*nbins*. If input is a sequence of arrays
``[data1, data2,..]``, then this is a list of arrays with
the values of the histograms for each of the arrays in the
same order.
Expand Down

0 comments on commit 52760ff

Please sign in to comment.