diff options
author | Younes <65843206+Unessam@users.noreply.github.com> | 2023-04-10 20:41:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 12:41:23 -0700 |
commit | 160443f4d8c466fb657b5fee5b926a7cf0fa7ef1 (patch) | |
tree | 8bf1a6b3974bf84a16f99680f4c10ee50af2584c /numpy | |
parent | e29a9a3453d2d944bcba9787c4c5d87223976fc8 (diff) | |
download | numpy-160443f4d8c466fb657b5fee5b926a7cf0fa7ef1.tar.gz |
DOC: Update wording and xref domain from polynomial roots docstring #23374 (#23382)
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/polynomial/_polybase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/_polybase.py b/numpy/polynomial/_polybase.py index 3bea91dd2..a5c7c6415 100644 --- a/numpy/polynomial/_polybase.py +++ b/numpy/polynomial/_polybase.py @@ -887,7 +887,7 @@ class ABCPolyBase(abc.ABC): """Return the roots of the series polynomial. Compute the roots for the series. Note that the accuracy of the - roots decrease the further outside the domain they lie. + roots decreases the further outside the `domain` they lie. Returns ------- |