From d31e68491dd94ce40f8cdfd017f6f5d85cdf6cf0 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Sat, 3 Sep 2016 23:01:39 +0200 Subject: [PATCH] DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci] --- doc/source/user/c-info.ufunc-tutorial.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user/c-info.ufunc-tutorial.rst b/doc/source/user/c-info.ufunc-tutorial.rst index ab97846a85f5..f064fbcc9490 100644 --- a/doc/source/user/c-info.ufunc-tutorial.rst +++ b/doc/source/user/c-info.ufunc-tutorial.rst @@ -70,7 +70,7 @@ Example Non-ufunc extension .. index:: pair: ufunc; adding new -For comparison and general edificaiton of the reader we provide +For comparison and general edification of the reader we provide a simple implementation of a C extension of logit that uses no numpy. @@ -278,7 +278,7 @@ the primary thing that must be changed to create your own ufunc. * In this code we only define the ufunc for * a single dtype. The computations that must * be replaced to create a ufunc for - * a different funciton are marked with BEGIN + * a different function are marked with BEGIN * and END. * * Details explaining the Python-C API can be found under @@ -480,7 +480,7 @@ the primary thing that must be changed to create your own ufunc. * of these functions must be modified when you * create your own ufunc. The computations that must * be replaced to create a ufunc for - * a different funciton are marked with BEGIN + * a different function are marked with BEGIN * and END. * * Details explaining the Python-C API can be found under