diff options
author | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-25 00:33:14 -0800 |
---|---|---|
committer | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-25 00:33:14 -0800 |
commit | df9df7f7e8340f9389543a4389022c07dbaf2e0d (patch) | |
tree | 290411b3625a3cbed9713a006c53d234d723c5c7 /doc/source/user | |
parent | d641eedd8214d89719ea8e0fa488232a1aae86bd (diff) | |
download | numpy-df9df7f7e8340f9389543a4389022c07dbaf2e0d.tar.gz |
MAINT: Fix typos in docs
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 2 | ||||
-rw-r--r-- | doc/source/user/c-info.ufunc-tutorial.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 78dbc9fa2..5cb143f38 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -4,7 +4,7 @@ Building from source ==================== A general overview of building NumPy from source is given here, with detailed -instructions for specific platforms given seperately. +instructions for specific platforms given separately. Prerequisites ------------- diff --git a/doc/source/user/c-info.ufunc-tutorial.rst b/doc/source/user/c-info.ufunc-tutorial.rst index 109e6adb5..ab97846a8 100644 --- a/doc/source/user/c-info.ufunc-tutorial.rst +++ b/doc/source/user/c-info.ufunc-tutorial.rst @@ -1172,7 +1172,7 @@ automatically generates a ufunc from a C function with the correct signature. *unused* - Unused; kept for compatiblity. Just set it to zero. + Unused; kept for compatibility. Just set it to zero. .. index:: pair: ufunc; adding new |