diff options
Diffstat (limited to 'numpy/lib')
-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) |