Skip to content

Commit

Permalink
Merge pull request #2909 from argriffing/patch-2
Browse files Browse the repository at this point in the history
remove a confusing docstring line
  • Loading branch information
charris committed Jan 13, 2013
2 parents 109f426 + d4286f8 commit 23e9f01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpy/core/numeric.py
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 23e9f01

Please sign in to comment.