diff options
author | Cameron Bates <cameron.r.bates@gmail.com> | 2014-04-26 12:41:05 -0700 |
---|---|---|
committer | Cameron Bates <cameron.r.bates@gmail.com> | 2014-04-26 12:41:05 -0700 |
commit | d6e8cde4c5795dd721fcc12c20394f049fe8904f (patch) | |
tree | d3c24f7fa2b04c521c8dc6161f2809bd7fa5583b /numpy/__init__.py | |
parent | a8536d5e57ffca95057e74d5d23955b7414847a7 (diff) | |
download | numpy-d6e8cde4c5795dd721fcc12c20394f049fe8904f.tar.gz |
Update __init__.py
interpreter is misspelled
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 6a6caf654..772c75b63 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -156,7 +156,7 @@ else: except ImportError: msg = """Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch - your python intepreter from there.""" + your python interpreter from there.""" raise ImportError(msg) from .version import git_revision as __git_revision__ from .version import version as __version__ |