diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 62e8898c9..238c17ba7 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -5850,6 +5850,8 @@ add_newdoc('numpy.core', 'ufunc', ('at', increment the first element once because of buffering, whereas `add.at(a, [0,0], 1)` will increment the first element twice. + .. versionadded:: 1.8.0 + Parameters ---------- a : array_like |