summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-01-22 20:11:53 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-01-22 20:11:53 +0100
commit6c9fee60f6c2cf79368f2c5ca30ce807453dafb5 (patch)
tree1f34c4fe963f0eb56b747504839042732e2df3d2 /numpy/add_newdocs.py
parent783b96d0c77c384ca0050d47d34b969f6caeb74e (diff)
downloadnumpy-6c9fee60f6c2cf79368f2c5ca30ce807453dafb5.tar.gz
DOC: add versionadded:: 1.8.0 to ufunc.at docstring
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
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