diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2011-12-10 08:35:29 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-01-09 10:45:12 -0700 |
commit | 0a17ccb5dad99e6dd33ab315223f1b0a6ffe98ae (patch) | |
tree | 2f716c0f09f3b517c1296cd92bff2dc561ce4a37 /numpy/polynomial/legendre.py | |
parent | b8179388d3868be2cc26b6ca12e937c7f83a9d5c (diff) | |
download | numpy-0a17ccb5dad99e6dd33ab315223f1b0a6ffe98ae.tar.gz |
STY: Whitespace cleanup and double space between function definitions.
Diffstat (limited to 'numpy/polynomial/legendre.py')
-rw-r--r-- | numpy/polynomial/legendre.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/polynomial/legendre.py b/numpy/polynomial/legendre.py index e5b9ffe87..4a2082e3c 100644 --- a/numpy/polynomial/legendre.py +++ b/numpy/polynomial/legendre.py @@ -65,6 +65,7 @@ from polytemplate import polytemplate legtrim = pu.trimcoef + def poly2leg(pol) : """ Convert a polynomial to a Legendre series. |