diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:56:54 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:56:54 +0000 |
commit | 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 (patch) | |
tree | 43335baf1da0b6e9de0ad806e721a077e3cbfa45 /numpy/__init__.py | |
parent | 98b6d48b07f4eadfb7d1fc41483debe7e07eecd6 (diff) | |
download | numpy-1bd2d49ef378fb869d015cef32c3e44a4c03a8f0.tar.gz |
Whitespace cleanup.
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 0fbb2b875..f75b74f4d 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -9,7 +9,7 @@ the book "Guide to NumPy" at It is being distributed for a fee for only a few years to cover some of the costs of development. After the restriction period -it will also be freely available. +it will also be freely available. Additional documentation is available in the docstrings and at @@ -53,7 +53,7 @@ else: __all__ += core.__all__ __all__ += lib.__all__ __all__ += ['linalg', 'fft', 'random', 'ctypeslib'] - + if __doc__ is not None: __doc__ += """ @@ -69,9 +69,9 @@ fft --- Core FFT routines testing --- Numpy testing tools These packages require explicit import -f2py --- Fortran to Python Interface Generator. -distutils --- Enhancements to distutils with support for - Fortran compilers support and more. +f2py --- Fortran to Python Interface Generator. +distutils --- Enhancements to distutils with support for + Fortran compilers support and more. Global symbols from subpackages @@ -82,7 +82,7 @@ testing --> NumpyTest """ def test(level=1, verbosity=1): - if level <= 10: + if level <= 10: return NumpyTest().test(level, verbosity) else: return NumpyTest().testall(level, verbosity) |