diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index e749784d5..a66eb6de3 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -4290,6 +4290,7 @@ add_newdoc('numpy.lib._compiled_base', 'bincount', weights : array_like, optional Weights, array of the same shape as `x`. minlength : integer, optional + .. versionadded:: 1.6.0 A minimum number of bins for the output array. Returns |