diff options
author | Marten van Kerkwijk <mhvk@astro.utoronto.ca> | 2017-06-01 08:52:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 08:52:08 -0400 |
commit | 2f5721be9aabbf6b3ba03bbbeff9650fd441a08a (patch) | |
tree | c1961e22d0aa6d2cee7d01b0103d0b9dbc6a0ce5 /numpy/add_newdocs.py | |
parent | 7a5c3a84f2f79f94d99a13f1c3158fa372a337d7 (diff) | |
parent | f7e43c026632fdf1e0a70d6c580c2ff3fee759aa (diff) | |
download | numpy-2f5721be9aabbf6b3ba03bbbeff9650fd441a08a.tar.gz |
Merge pull request #9200 from eric-wieser/bincount-docs
DOC: Update bincount docs to reflect gh-8348
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 05fb73df4..a956440cd 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -5141,7 +5141,7 @@ add_newdoc('numpy.core.multiarray', 'bincount', ------ ValueError If the input is not 1-dimensional, or contains elements with negative - values, or if `minlength` is non-positive. + values, or if `minlength` is negative. TypeError If the type of the input is float or complex. |