Skip to content

Commit

Permalink
DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeifert04 committed Sep 3, 2016
1 parent d50cff5 commit d31e684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/user/c-info.ufunc-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d31e684

Please sign in to comment.