summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-04-28 15:32:13 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2020-04-28 15:32:13 -0500
commit8f83fa577b01fbf5144ca9771ab91bd68f16bb7f (patch)
tree5b61874f0596df75df2995f293c14e7df6617cd2 /numpy
parentb7f2b970d975b654bb91e7d3c2b948c37d41b1f5 (diff)
downloadnumpy-8f83fa577b01fbf5144ca9771ab91bd68f16bb7f.tar.gz
Fix other comments from Ross and make it ImportError specific
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/__init__.py2
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: