Skip to content

Commit

Permalink
Merge pull request #13 from phillipkent/master
Browse files Browse the repository at this point in the history
Update histogram.py
  • Loading branch information
jehiah committed Jul 18, 2014
2 parents 2bf87f8 + 73e531a commit d743515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_hacks/histogram.py
Expand Up @@ -210,7 +210,7 @@ def histogram(stream, options):
parser.add_option("-B", "--custom-buckets", dest="custbuckets",
help="Comma seperated list of bucket edges for the histogram")
parser.add_option("--no-mvsd", dest="mvsd", action="store_false", default=True,
help="Dissable the calculation of Mean, Vairance and SD. (improves performance)")
help="Disable the calculation of Mean, Variance and SD (improves performance)")

(options, args) = parser.parse_args()
if sys.stdin.isatty():
Expand Down

0 comments on commit d743515

Please sign in to comment.