diff options
author | edschofield <edschofield@localhost> | 2006-01-05 00:13:13 +0000 |
---|---|---|
committer | edschofield <edschofield@localhost> | 2006-01-05 00:13:13 +0000 |
commit | e74ea102831a608086fdd155101158ab19a24c2c (patch) | |
tree | cd6bba42c59d327b7af12a3a855689fb05715425 /numpy/__init__.py | |
parent | e53c47ee4476a5de9e302fab9618006502d1b8ed (diff) | |
download | numpy-e74ea102831a608086fdd155101158ab19a24c2c.tar.gz |
Documentation updates: SciPy core -> NumPy
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) |