Skip to content

Commit ba17b46

Browse files
committed
Fix simple typo: boolen -> boolean
1 parent 83410e9 commit ba17b46

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
@@ -99,7 +99,7 @@ def plot_hist(f, height=20.0, bincount=None, binwidth=None, pch="o", colour="def
9999
pch -- shape of the bars in the plot
100100
colour -- colour of the bars in the terminal
101101
title -- title at the top of the plot
102-
xlab -- boolen value for whether or not to display x-axis labels
102+
xlab -- boolean value for whether or not to display x-axis labels
103103
showSummary -- boolean value for whether or not to display a summary
104104
regular -- boolean value for whether or not to start y-labels at 0
105105
"""

0 commit comments

Comments
 (0)