diff options
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 |