summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.py
diff options
context:
space:
mode:
authorJaime <jaime.frio@gmail.com>2015-03-02 12:32:24 -0800
committerJaime <jaime.frio@gmail.com>2015-03-02 12:32:24 -0800
commit03506a9e72d85d596021e11e9b39c5a0fd1f2eba (patch)
treed5fd6bbe2d034e12a18c06f4299887166ed6ff81 /numpy/polynomial/polyutils.py
parent83b680b84a83c3e4b56e79396c395e30af650ba8 (diff)
parent6ca778d275ade854cfc81a6a975230c4ccd9402c (diff)
downloadnumpy-03506a9e72d85d596021e11e9b39c5a0fd1f2eba.tar.gz
Merge pull request #5622 from rmcgibbo/maint-docstrings
MAINT: Reconcile docstrings and function signatures where they disagree
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.