summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2017-09-19 10:23:07 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2017-09-19 10:23:07 -0700
commit0d5d722d312a7a34d9bdb52f857432a9dd8b81e0 (patch)
treee691c6a400daa9c4e9f5c7245fe6dac8dc624104 /doc
parent9474f036c4d25bc5f629229a4abd515d4bc90731 (diff)
downloadnumpy-0d5d722d312a7a34d9bdb52f857432a9dd8b81e0.tar.gz
Fixing typo "Porland" -> "Portland" in `building` doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/building.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index fa3f2ccb4..b98f89c2d 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -32,7 +32,7 @@ Building NumPy requires the following software installed:
FORTRAN 77 compiler installed.
Note that NumPy is developed mainly using GNU compilers. Compilers from
- other vendors such as Intel, Absoft, Sun, NAG, Compaq, Vast, Porland,
+ other vendors such as Intel, Absoft, Sun, NAG, Compaq, Vast, Portland,
Lahey, HP, IBM, Microsoft are only supported in the form of community
feedback, and may not work out of the box. GCC 4.x (and later) compilers
are recommended.
@@ -137,7 +137,7 @@ Additional compiler flags can be supplied by setting the ``OPT``,
Building with ATLAS support
---------------------------
-Ubuntu
+Ubuntu
~~~~~~
You can install the necessary package for optimized ATLAS with this command::