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.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',