From 0b356f93d261be1c2b3b1a7fe5ab26f3f933c50f Mon Sep 17 00:00:00 2001 From: Daniel Ching Date: Thu, 4 Aug 2016 08:23:45 -0500 Subject: [PATCH] Spelling and grammar fix. Histogram documentation was missing an 'a' in the phrase 'all around performance'. --- numpy/lib/function_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 0952bf69618c..a866ed767c78 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -453,11 +453,11 @@ def histogram(a, bins=10, range=None, normed=False, weights=None, 'auto' Maximum of the 'sturges' and 'fd' estimators. Provides good - all round performance + all around performance. 'fd' (Freedman Diaconis Estimator) Robust (resilient to outliers) estimator that takes into - account data variability and data size . + account data variability and data size. 'doane' An improved version of Sturges' estimator that works better