8000 Merge pull request #8084 from stuartarchibald/wip/np_lib_poly_roots_d… · numpy/numpy@2de3dc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2de3dc4

Browse files
authored
Merge pull request #8084 from stuartarchibald/wip/np_lib_poly_roots_doc_fix
DOC: Fix erroneous return type description for np.roots.
2 parents 6463a76 + 8478ba7 commit 2de3dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/polynomial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def roots(p):
167167
Returns
168168
-------
169169
out : ndarray
170-
An array containing the complex roots of the polynomial.
170+
An array containing the roots of the polynomial.
171171
172172
Raises
173173
------

0 commit comments

Comments
 (0)
0