Skip to content

Commit 9535c3b

Browse files
committed
Small docstring fix
1 parent 55728ad commit 9535c3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5903,10 +5903,10 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
59035903
If ``True``, the first element of the return tuple will
59045904
be the counts normalized to form a probability density, i.e.,
59055905
the area (or integral) under the histogram will sum to 1.
5906-
This is achieved dividing the count by the number of observations
5907-
times the bin width and not dividing by the total number
5908-
of observations. If *stacked* is also ``True``, the sum of the
5909-
histograms is normalized to 1.
5906+
This is achieved by dividing the count by the number of
5907+
observations times the bin width and not dividing by the total
5908+
number of observations. If *stacked* is also ``True``, the sum of
5909+
the histograms is normalized to 1.
59105910
59115911
Default is ``None`` for both *normed* and *density*. If either is
59125912
set, then that value will be used. If neither are set, then the

0 commit comments

Comments
 (0)