diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2010-08-15 19:11:00 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-08-15 19:11:00 +0000 |
commit | cc5d13150ce5e03a3523320eeca26e41086a0074 (patch) | |
tree | c9ed352aa923d0c2e8b7a81ef5f1315b77f200b0 /numpy/polynomial/polytemplate.py | |
parent | a0f3609e88a998626309f63a9d1288fd591de6aa (diff) | |
download | numpy-cc5d13150ce5e03a3523320eeca26e41086a0074.tar.gz |
Merge branch 'poly'
Conflicts:
numpy/polynomial/chebyshev.py
numpy/polynomial/polynomial.py
Diffstat (limited to 'numpy/polynomial/polytemplate.py')
-rw-r--r-- | numpy/polynomial/polytemplate.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/polynomial/polytemplate.py b/numpy/polynomial/polytemplate.py index 75b1b4eb1..13f77ba30 100644 --- a/numpy/polynomial/polytemplate.py +++ b/numpy/polynomial/polytemplate.py @@ -308,7 +308,7 @@ class $name(pu.PolyBase) : Notes ----- - .. versionadded:: 2.0.0 + .. versionadded:: 1.5.0 """ return len(self) - 1 @@ -335,7 +335,7 @@ class $name(pu.PolyBase) : Notes ----- - .. versionadded:: 2.0.0 + .. versionadded:: 1.5.0 """ return self.truncate(deg + 1) |