From 8f83fa577b01fbf5144ca9771ab91bd68f16bb7f Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Tue, 28 Apr 2020 15:32:13 -0500 Subject: Fix other comments from Ross and make it ImportError specific --- numpy/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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: -- cgit v1.2.1