summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polynomial.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-08-29 13:18:47 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-08-30 10:07:22 -0600
commit184ec593c4b70030ef1cce6091ac331ba190ae6b (patch)
tree87f6cc08cb42057c8624ab6df85263c8ca96c346 /numpy/polynomial/polynomial.py
parentfebbe2a06a17a877ade8622f0f70f8291dcb4d9a (diff)
downloadnumpy-184ec593c4b70030ef1cce6091ac331ba190ae6b.tar.gz
MAINT, DOC: Replace 'an' by 'a' in some docstrings.
[ci skip] Small fixes in the polynomial package.
Diffstat (limited to 'numpy/polynomial/polynomial.py')
-rw-r--r--numpy/polynomial/polynomial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/polynomial.py b/numpy/polynomial/polynomial.py
index 8807904ae..259cd31f5 100644
--- a/numpy/polynomial/polynomial.py
+++ b/numpy/polynomial/polynomial.py
@@ -21,7 +21,7 @@ Arithmetic
- `polymulx` -- multiply a polynomial in ``P_i(x)`` by ``x``.
- `polymul` -- multiply two polynomials.
- `polydiv` -- divide one polynomial by another.
-- `polypow` -- raise a polynomial to an positive integer power.
+- `polypow` -- raise a polynomial to a positive integer power.
- `polyval` -- evaluate a polynomial at given points.
- `polyval2d` -- evaluate a 2D polynomial at given points.
- `polyval3d` -- evaluate a 3D polynomial at given points.