diff options
Diffstat (limited to 'numpy/__init__.py')
-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 96edd88c2..db5548380 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -3,7 +3,7 @@ NumPy ========== You can support the development of NumPy and SciPy by purchasing -documentation at +extended documentation at http://www.trelgol.com @@ -33,7 +33,7 @@ else: pkgload = PackageLoader() pkgload('testing','core','lib','linalg','dft','random','f2py', verbose=NUMPY_IMPORT_VERBOSE,postpone=False) - + if __doc__ is not None: __doc__ += """ |