diff options
author | Jay Bourque <jay.bourque@continuum.io> | 2013-05-14 19:38:50 -0500 |
---|---|---|
committer | Jay Bourque <jay.bourque@continuum.io> | 2013-05-14 19:38:50 -0500 |
commit | d85f7aa465cf854e2be83f67f39f058660348487 (patch) | |
tree | dd230fa18ae10c58f75725e95eb5920a3d0d0c37 /doc/source/reference/c-api.ufunc.rst | |
parent | 1987caeb28c8a1eb0ba422117d47f54c4c11c550 (diff) | |
download | numpy-d85f7aa465cf854e2be83f67f39f058660348487.tar.gz |
Another name change to RegisterLoopForDescr
Diffstat (limited to 'doc/source/reference/c-api.ufunc.rst')
-rw-r--r-- | doc/source/reference/c-api.ufunc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.ufunc.rst b/doc/source/reference/c-api.ufunc.rst index a01f32355..d4de28188 100644 --- a/doc/source/reference/c-api.ufunc.rst +++ b/doc/source/reference/c-api.ufunc.rst @@ -140,7 +140,7 @@ Functions in as *arg_types* which must be a pointer to memory at least as large as ufunc->nargs. -.. cfunction:: int PyUFunc_RegisterLoopByDescr(PyUFuncObject* ufunc, +.. cfunction:: int PyUFunc_RegisterLoopForDescr(PyUFuncObject* ufunc, PyArray_Descr* userdtype, PyUFuncGenericFunction function, PyArray_Descr** arg_dtypes, void* data) |