From 6ca778d275ade854cfc81a6a975230c4ccd9402c Mon Sep 17 00:00:00 2001 From: Robert McGibbon Date: Sun, 1 Mar 2015 22:53:19 -0800 Subject: 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. --- numpy/polynomial/polyutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/polynomial/polyutils.py') 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. -- cgit v1.2.1