Skip to content

Commit e9d3c82

Browse files
authored
fix type
1 parent 4646264 commit e9d3c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashplotlib/histogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def plot_hist(f, height=20.0, bincount=None, binwidth=None, pch="o", colour="def
9898
pch -- shape of the bars in the plot
9999
colour -- colour of the bars in the terminal
100100
title -- title at the top of the plot
101-
xlab -- boolen value for whether or not to display x-axis labels
101+
xlab -- boolean value for whether or not to display x-axis labels
102102
showSummary -- boolean value for whether or not to display a summary
103103
regular -- boolean value for whether or not to start y-labels at 0
104104
"""

0 commit comments

Comments
 (0)