diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-04-28 15:32:13 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-04-28 15:32:13 -0500 |
commit | 8f83fa577b01fbf5144ca9771ab91bd68f16bb7f (patch) | |
tree | 5b61874f0596df75df2995f293c14e7df6617cd2 /numpy | |
parent | b7f2b970d975b654bb91e7d3c2b948c37d41b1f5 (diff) | |
download | numpy-8f83fa577b01fbf5144ca9771ab91bd68f16bb7f.tar.gz |
Fix other comments from Ross and make it ImportError specific
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/__init__.py b/numpy/core/__init__.py index b8a90e9ab..c77885954 100644 --- a/numpy/core/__init__.py +++ b/numpy/core/__init__.py @@ -32,7 +32,7 @@ installed. We have compiled some common reasons and troubleshooting tips at: - https://numpy.org/devdocs/user/troubleshooting.html + https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: |