summaryrefslogtreecommitdiff
path: root/doc/source/docs/howto_build_docs.rst
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-04-11 22:06:31 +0300
committermattip <matti.picus@gmail.com>2018-04-11 22:06:31 +0300
commit069c89daf878e61a40b8cd3746111056cc7be8dd (patch)
tree644d6f12456faa6151e36c60c87be7bb0d04a8fd /doc/source/docs/howto_build_docs.rst
parent20f58fae2e5fcde70feb8e06a818da9aa13652c2 (diff)
downloadnumpy-069c89daf878e61a40b8cd3746111056cc7be8dd.tar.gz
fix typos from review
Diffstat (limited to 'doc/source/docs/howto_build_docs.rst')
-rw-r--r--doc/source/docs/howto_build_docs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst
index 4ae5e4869..383bed96d 100644
--- a/doc/source/docs/howto_build_docs.rst
+++ b/doc/source/docs/howto_build_docs.rst
@@ -39,7 +39,7 @@ that the correct version is imported by
Note that you can eg. install NumPy to a temporary location and set
the PYTHONPATH environment variable appropriately.
-After NumPy is installed, install scipy since some of the plots in the random
+After NumPy is installed, install SciPy since some of the plots in the random
module require `scipy.special` to display properly. Now you are ready to
generate the docs, so write::