summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-04-19 15:09:02 -0600
committerGitHub <noreply@github.com>2021-04-19 15:09:02 -0600
commit1928509787a031e151c4f69a5cec9533466e99b6 (patch)
tree66580d545dbabf501b34fd45cef4ea75a1c0f0bc /doc
parent10308afc38c04be94bfb99cc821d22c01118b761 (diff)
downloadnumpy-1928509787a031e151c4f69a5cec9533466e99b6.tar.gz
MAINT: Fix spelling and layout.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/docs/howto_build_docs.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst
index d54c52e8f..38ea1338c 100644
--- a/doc/source/docs/howto_build_docs.rst
+++ b/doc/source/docs/howto_build_docs.rst
@@ -56,11 +56,10 @@ in the ``doc/`` directory. If all goes well, this will generate a
a message about ``installed numpy != current repo git version``, you must
either override the check by setting ``GITVER`` or re-install NumPy.
-Note that if you have built numpy into a virtual enviornment and
-getting an error that says ``numpy not found, cannot build
-documentation without...`` you need to override the makefile
-``PYTHON`` variable at the commandline, so instead of writing ``make
-html`` write::
+If you have built numpy into a virtual environment and get an error
+that says ``numpy not found, cannot build documentation without...``,
+you need to override the makefile ``PYTHON`` variable at the command
+line, so instead of writing ``make html`` write::
make PYTHON=python html