summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/polynomial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/polynomial.py b/numpy/lib/polynomial.py
index 81c72749a..281d79ec5 100644
--- a/numpy/lib/polynomial.py
+++ b/numpy/lib/polynomial.py
@@ -167,7 +167,7 @@ def roots(p):
Returns
-------
out : ndarray
- An array containing the complex roots of the polynomial.
+ An array containing the roots of the polynomial.
Raises
------