summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-04-28 15:29:09 -0500
committerGitHub <noreply@github.com>2020-04-28 15:29:09 -0500
commitb7f2b970d975b654bb91e7d3c2b948c37d41b1f5 (patch)
tree55380b38d8f1c6b350e51d9e9a384d6aa011ffa5 /doc/source
parentd530d23b0fc792e63cca97d88799b5fecac805ef (diff)
downloadnumpy-b7f2b970d975b654bb91e7d3c2b948c37d41b1f5.tar.gz
Apply suggestions from code review
Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/user/troubleshooting.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/source/user/troubleshooting.rst b/doc/source/user/troubleshooting.rst
index 2c9f26d1b..ab6626bbc 100644
--- a/doc/source/user/troubleshooting.rst
+++ b/doc/source/user/troubleshooting.rst
@@ -19,16 +19,16 @@ see the following error message::
Importing the numpy c-extensions failed. This error can happen for
different reasons, often due to issues with your setup.
-The error has a few additional information to help you trouble shoot:
+The error also has additional information to help you troubleshoot:
* Your Python version
* Your NumPy version
Please check both of these carefully to see if they are what you expect.
You may need to check your ``PATH`` or ``PYTHONPATH`` environment variables
-(see "Check Environment Variables" below).
+(see `Check Environment Variables`_ below).
-The following sections list commonly reported issues depending on your Setup.
+The following sections list commonly reported issues depending on your setup.
If you have an issue/solution that you think should appear please open a
NumPy issue so that it will be added.
@@ -71,10 +71,10 @@ The solution will be to either::
sudo apt-get install libatlas-base-dev
-to install the missing libraries expected by the self compiled NumPy
+to install the missing libraries expected by the self-compiled NumPy
(ATLAS is a possible provider of linear algebra).
-*Alternatively* use the NumPy provided by raspian. In which case run::
+*Alternatively* use the NumPy provided by Raspbian. In which case run::
pip3 uninstall numpy # remove previously installed version
apt install python3-numpy
@@ -123,4 +123,3 @@ following in python::
This may mainly help you if you are not running the python and/or NumPy
version you are expecting to run.
-