diff options
author | mattip <matti.picus@gmail.com> | 2018-04-11 14:20:55 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-11 14:20:55 +0300 |
commit | db93ce93064239a429909a100082940b624c84e8 (patch) | |
tree | de97cc0917582b358216216869ae6c82648c522d /doc/source/docs/howto_build_docs.rst | |
parent | bc875f568611e775a88d7c5d7ec4ab0b3f585a5b (diff) | |
download | numpy-db93ce93064239a429909a100082940b624c84e8.tar.gz |
fix from review
Diffstat (limited to 'doc/source/docs/howto_build_docs.rst')
-rw-r--r-- | doc/source/docs/howto_build_docs.rst | 2 |
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 d448660d3..4ae5e4869 100644 --- a/doc/source/docs/howto_build_docs.rst +++ b/doc/source/docs/howto_build_docs.rst @@ -40,7 +40,7 @@ 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 -module require `scipy.scpecial` to display properly. Now you are ready to +module require `scipy.special` to display properly. Now you are ready to generate the docs, so write:: make html |