diff options
author | Endolith <endolith@gmail.com> | 2016-05-11 20:09:04 -0400 |
---|---|---|
committer | Endolith <endolith@gmail.com> | 2016-05-11 20:47:47 -0400 |
commit | eb8913d1a39e09b739a6e9449dc841a52ecbac37 (patch) | |
tree | f9e03d08f32addb3f068ceb74aec9f80f3a2b869 /numpy/polynomial/_polybase.py | |
parent | 2df36ec6bf0beb0258898003a182b03590bee0c1 (diff) | |
download | numpy-eb8913d1a39e09b739a6e9449dc841a52ecbac37.tar.gz |
DOC: Fix some incorrect RST definition lists
Diffstat (limited to 'numpy/polynomial/_polybase.py')
-rw-r--r-- | numpy/polynomial/_polybase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/polynomial/_polybase.py b/numpy/polynomial/_polybase.py index 6fa72b6f9..09190ce4e 100644 --- a/numpy/polynomial/_polybase.py +++ b/numpy/polynomial/_polybase.py @@ -223,13 +223,13 @@ class ABCPolyBase(object): Returns ------- - coef: + coef The coefficients of`other` if it is a compatible instance, of ABCPolyBase, otherwise `other`. Raises ------ - TypeError: + TypeError When `other` is an incompatible instance of ABCPolyBase. """ |