summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorMark Wiebe <mwiebe@enthought.com>2011-07-08 18:11:24 -0500
committerCharles Harris <charlesr.harris@gmail.com>2011-07-08 19:38:25 -0600
commit76f9e50c9e40967d9a41cb6a630b2448af9e8687 (patch)
treeddcf89bcc655e950be69b58bbaeb66396b3b2494 /numpy/add_newdocs.py
parent75a2c03a0836b9e094bfad4c02c643901d17c593 (diff)
downloadnumpy-76f9e50c9e40967d9a41cb6a630b2448af9e8687.tar.gz
ENH: Use np.copyto instead of np.fill in some places
This should allow one to create struct dtype arrays with np.ones and np.zeros_like.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index c73845ee7..7b3ecaa3c 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -3724,11 +3724,6 @@ add_newdoc('numpy.core.multiarray', 'copyto',
of `dst`, and selects elements to copy from `src` to `dst`
wherever it contains the value True.
- Returns
- -------
- out : ndarray
- Returns the array `dst`.
-
""")
add_newdoc('numpy.core.multiarray', 'putmask',