8000 Merge pull request #12134 from MartinThoma/master · numpy/numpy@57100ac · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 57100ac

Browse files
authored
Merge pull request #12134 from MartinThoma/master
DOC: Remove duplicated sentence in numpy.multiply
2 parents ca8df30 + 075270a commit 57100ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

numpy/core/code_generators/ufunc_docstrings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,8 +2594,7 @@ def add_newdoc(place, name, doc):
25942594
Returns
25952595
-------
25962596
y : ndarray
2597-
The product of `x1` and `x2`, element-wise. Returns a scalar if
2598-
both `x1` and `x2` are scalars.
2597+
The product of `x1` and `x2`, element-wise.
25992598
$OUT_SCALAR_2
26002599
26012600
Notes

0 commit comments

Comments
 (0)
0