summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index 0d0babbac..521001575 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -67,8 +67,6 @@ def zeros_like(a, dtype=None, order='K', subok=True):
"""
Return an array of zeros with the same shape and type as a given array.
- With default parameters, is equivalent to ``a.copy().fill(0)``.
-
Parameters
----------
a : array_like
@@ -155,8 +153,6 @@ def ones_like(a, dtype=None, order='K', subok=True):
"""
Return an array of ones with the same shape and type as a given array.
- With default parameters, is equivalent to ``a.copy().fill(1)``.
-
Parameters
----------
a : array_like