8000 STY: minor pep8 white space · matplotlib/matplotlib@e48f7e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e48f7e2

Browse files
committed
STY: minor pep8 white space
1 parent 8495a1b commit e48f7e2

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
@@ -5985,7 +5985,7 @@ def hist(self, x, bins=10, range=None, normed=False, weights=None,
59855985
xmax = max(xmax, xi.max())
59865986
bin_range = (xmin, xmax)
59875987

5988-
#hist_kwargs = dict(range=range, normed=bool(normed))
5988+
# hist_kwargs = dict(range=range, normed=bool(normed))
59895989
# We will handle the normed kwarg within mpl until we
59905990
# get to the point of requiring numpy >= 1.5.
59915991
hist_kwargs = dict(range=bin_range)

0 commit comments

Comments
 (0)
0