From ba17b46e97677b4c57d45a56e3023575f8f8492b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 1 Dec 2019 22:30:39 +1100 Subject: [PATCH] Fix simple typo: boolen -> boolean --- bashplotlib/histogram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashplotlib/histogram.py b/bashplotlib/histogram.py index fe0a5f7..e398dc0 100644 --- a/bashplotlib/histogram.py +++ b/bashplotlib/histogram.py @@ -99,7 +99,7 @@ def plot_hist(f, height=20.0, bincount=None, binwidth=None, pch="o", colour="def pch -- shape of the bars in the plot colour -- colour of the bars in the terminal title -- title at the top of the plot - xlab -- boolen value for whether or not to display x-axis labels + xlab -- boolean value for whether or not to display x-axis labels showSummary -- boolean value for whether or not to display a summary regular -- boolean value for whether or not to start y-labels at 0 """