summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 7b3ecaa3c..1e1d237a4 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -3731,7 +3731,7 @@ add_newdoc('numpy.core.multiarray', 'putmask',
putmask(a, mask, values)
This function is deprecated as of NumPy 1.7. Use the function
- ``np.copy(a, values, where=mask)`` to achieve this functionality.
+ ``np.copyto(a, values, where=mask)`` to achieve this functionality.
Changes elements of an array based on conditional and input values.