diff options
author | mattip <matti.picus@gmail.com> | 2019-01-22 21:41:43 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-01-22 21:41:43 +0200 |
commit | 6c21238ac334e916fd4c4c77c3cea4224e33cf3e (patch) | |
tree | 13f3c8b8a54a06f7caf94d23327be40cff4ec823 /numpy/lib/histograms.py | |
parent | d2a6daead874762f992532106502c448a9d43758 (diff) | |
download | numpy-6c21238ac334e916fd4c4c77c3cea4224e33cf3e.tar.gz |
DOC: fixes from review
Diffstat (limited to 'numpy/lib/histograms.py')
-rw-r--r-- | numpy/lib/histograms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/histograms.py b/numpy/lib/histograms.py index b00f4c372..bd44d2732 100644 --- a/numpy/lib/histograms.py +++ b/numpy/lib/histograms.py @@ -609,6 +609,7 @@ def histogram_bin_edges(a, bins=10, range=None, weights=None): 'Sqrt' .. math:: n_h = \sqrt n + The simplest and fastest estimator. Only takes into account the data size. |