diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index a1b7c8006..0fbb2b875 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -66,7 +66,7 @@ lib --- Basic functions used by several sub-packages and useful random --- Core Random Tools linalg --- Core Linear Algebra Tools fft --- Core FFT routines -testing --- Scipy testing tools +testing --- Numpy testing tools These packages require explicit import f2py --- Fortran to Python Interface Generator. @@ -78,7 +78,7 @@ Global symbols from subpackages ------------------------------- core --> * lib --> * -testing --> ScipyTest, NumpyTest +testing --> NumpyTest """ def test(level=1, verbosity=1): |