summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-04-26 15:14:54 -0600
committerCharles Harris <charlesr.harris@gmail.com>2014-04-26 15:14:54 -0600
commit7bab95753832051c9425fea613c6dc06a863afba (patch)
treed3c24f7fa2b04c521c8dc6161f2809bd7fa5583b /numpy
parenta8536d5e57ffca95057e74d5d23955b7414847a7 (diff)
parentd6e8cde4c5795dd721fcc12c20394f049fe8904f (diff)
downloadnumpy-7bab95753832051c9425fea613c6dc06a863afba.tar.gz
Merge pull request #4644 from crbates/patch-1
Update __init__.py
Diffstat (limited to 'numpy')
-rw-r--r--numpy/__init__.py2
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__