summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2011-07-09 08:45:54 -0600
committerCharles Harris <charlesr.harris@gmail.com>2011-07-09 08:45:54 -0600
commitff803430057f9d714099cb7e1d66ba2b6b24bf24 (patch)
tree5f5dbb34bdd3849069867c59c02e14d6ade30175 /numpy/add_newdocs.py
parent76f9e50c9e40967d9a41cb6a630b2448af9e8687 (diff)
downloadnumpy-ff803430057f9d714099cb7e1d66ba2b6b24bf24.tar.gz
STY: Fix 'copy' 'copyto' typo and remove some trailing whitespace.
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.