diff options
author | dhuard <dhuard@localhost> | 2008-08-05 18:01:14 +0000 |
---|---|---|
committer | dhuard <dhuard@localhost> | 2008-08-05 18:01:14 +0000 |
commit | 7f3e634a2fcca7bd436d5ba0a1e7ed9ffccd8ea9 (patch) | |
tree | e71891870ad629d9d1f8666c709992e7bfb26eae /numpy/lib/function_base.py | |
parent | df9e25e2845f8a280b8808a33b1429ac6a4841f5 (diff) | |
download | numpy-7f3e634a2fcca7bd436d5ba0a1e7ed9ffccd8ea9.tar.gz |
added comment in histogram warning.
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 3090f60dd..686db237a 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -337,6 +337,8 @@ def histogram(a, bins=10, range=None, normed=False, weights=None, new=None): *This warning will not printed in the 1.3 release.* + Use `new=True` to bypass this warning. + Please read the docstring for more information. """, Warning) a = asarray(a) |