diff options
Diffstat (limited to 'numpy/polynomial/polyutils.py')
-rw-r--r-- | numpy/polynomial/polyutils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/polynomial/polyutils.py b/numpy/polynomial/polyutils.py index c1b7528d5..5b6663bfd 100644 --- a/numpy/polynomial/polyutils.py +++ b/numpy/polynomial/polyutils.py @@ -1,5 +1,5 @@ """ -Utililty classes and functions for the polynomial modules. +Utility classes and functions for the polynomial modules. This module provides: error and warning objects; a polynomial base class; and some routines used in both the `polynomial` and `chebyshev` modules. @@ -82,7 +82,7 @@ class PolyBase(object): Deprecated in numpy 1.9.0, use the abstract ABCPolyBase class instead. Note that the latter - reguires a number of virtual functions to be + requires a number of virtual functions to be implemented. """ |