From d85f7aa465cf854e2be83f67f39f058660348487 Mon Sep 17 00:00:00 2001 From: Jay Bourque Date: Tue, 14 May 2013 19:38:50 -0500 Subject: Another name change to RegisterLoopForDescr --- doc/source/reference/c-api.ufunc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.ufunc.rst') 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) -- cgit v1.2.1