summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.py
diff options
context:
space:
mode:
authorRobert McGibbon <rmcgibbo@gmail.com>2015-03-01 22:53:19 -0800
committerRobert McGibbon <rmcgibbo@gmail.com>2015-03-02 12:00:18 -0800
commit6ca778d275ade854cfc81a6a975230c4ccd9402c (patch)
treebbabe2a612cb69b4fd6fa33926383804a11e0c33 /numpy/polynomial/polyutils.py
parentfba3140f31e67487666529e66241047517a72bcb (diff)
downloadnumpy-6ca778d275ade854cfc81a6a975230c4ccd9402c.tar.gz
DOC: Reconcile docstrings and function signatures where they disagree
Fixed typos in docstrings were updated for functions where the parameter names in the docstring didn't match the function signature.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
-rw-r--r--numpy/polynomial/polyutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/polyutils.py b/numpy/polynomial/polyutils.py
index 9348559ed..c1b7528d5 100644
--- a/numpy/polynomial/polyutils.py
+++ b/numpy/polynomial/polyutils.py
@@ -134,7 +134,7 @@ def as_series(alist, trim=True):
Parameters
----------
- a : array_like
+ alist : array_like
A 1- or 2-d array_like
trim : boolean, optional
When True, trailing zeros are removed from the inputs.