diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2020-07-13 10:48:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 10:48:10 -0700 |
commit | 22f26fc4bfe2d49d511a1fe3ac558ddc58be3abd (patch) | |
tree | 628e719e18a65f11a4bd6fab379e54d4a0e35aa2 /numpy/polynomial | |
parent | 50ca544916f30f22f9c528b836822e91a3963d23 (diff) | |
download | numpy-22f26fc4bfe2d49d511a1fe3ac558ddc58be3abd.tar.gz |
Update numpy/polynomial/__init__.py
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Diffstat (limited to 'numpy/polynomial')
-rw-r--r-- | numpy/polynomial/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/__init__.py b/numpy/polynomial/__init__.py index 1b65a2205..6bb929cdc 100644 --- a/numpy/polynomial/__init__.py +++ b/numpy/polynomial/__init__.py @@ -55,7 +55,7 @@ See :doc:`routines.polynomials.classes` for more details. Convenience Classes =================== -The following listing the various constants and methods common to the all of +The following lists the various constants and methods common to all of the classes representing the various kinds of polynomials. In the following, the term ``Poly`` represents any one of the convenience classes (e.g. ``Polynomial``, ``Chebyshev``, ``Hermite``, etc.) while the lowercase ``p`` |