diff options
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index b2039319a..33c1125f6 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -1,9 +1,9 @@ """\ -SciPy Core +NumPy ========== -You can support the development of SciPy by purchasing documentation -at +You can support the development of NumPy and SciPy by purchasing +documentation at http://www.trelgol.com @@ -26,7 +26,7 @@ except ImportError: class PackageLoader: def __init__(self): - """ Manages loading SciPy packages. + """ Manages loading NumPy packages. """ self.parent_frame = frame = sys._getframe(1) |