Skip to content

Commit b8f52ad

Browse files
committed
Avoid trailing whitespace in comment in _axes.py
Correct pep8 deviation in _axes.py:5807:73: W291 trailing whitespace
1 parent d6a8e5f commit b8f52ad

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
@@ -5804,7 +5804,7 @@ def hist(self, x, bins=None, range=None, normed=False, weights=None,
58045804
the area (or integral) under the histogram will sum to 1.
58055805
This is achieved dividing the count by the number of observations
58065806
times the bin width and *not* dividing by the total number
5807-
of observations. If `stacked` is also `True`, the sum of the
5807+
of observations. If `stacked` is also `True`, the sum of the
58085808
histograms is normalized to 1.
58095809
58105810
Default is ``False``

0 commit comments

Comments
 (0)