diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-04-28 15:29:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 15:29:09 -0500 |
| commit | b7f2b970d975b654bb91e7d3c2b948c37d41b1f5 (patch) | |
| tree | 55380b38d8f1c6b350e51d9e9a384d6aa011ffa5 /numpy | |
| parent | d530d23b0fc792e63cca97d88799b5fecac805ef (diff) | |
| download | numpy-b7f2b970d975b654bb91e7d3c2b948c37d41b1f5.tar.gz | |
Apply suggestions from code review
Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
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 f4e44640f..b8a90e9ab 100644 --- a/numpy/core/__init__.py +++ b/numpy/core/__init__.py @@ -40,7 +40,7 @@ Please note and check the following: * The NumPy version is: "%s" and make sure that they are the versions you expect. -Please carefully study the above linked wiki page for further help. +Please carefully study the documentation linked above for further help. Original error was: %s """ % (sys.version_info[0], sys.version_info[1], sys.executable, |
