From d6e8cde4c5795dd721fcc12c20394f049fe8904f Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Sat, 26 Apr 2014 12:41:05 -0700 Subject: Update __init__.py interpreter is misspelled --- numpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/__init__.py') 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__ -- cgit v1.2.1