From e8f9d6d983a05ed994f09a08fef09db7c972370e Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Thu, 3 Oct 2013 20:12:43 +0200 Subject: DOC: fix signature of NpyIter_GetIterNext in capi doc --- doc/source/reference/c-api.iterator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.iterator.rst') diff --git a/doc/source/reference/c-api.iterator.rst b/doc/source/reference/c-api.iterator.rst index 153792ac8..b26845434 100644 --- a/doc/source/reference/c-api.iterator.rst +++ b/doc/source/reference/c-api.iterator.rst @@ -204,7 +204,7 @@ is used to control the memory layout of the allocated result, typically * Make a copy of the iternext function pointer and * a few other variables the inner loop needs. */ - iternext = NpyIter_GetIterNext(iter); + iternext = NpyIter_GetIterNext(iter, NULL); innerstride = NpyIter_GetInnerStrideArray(iter)[0]; itemsize = NpyIter_GetDescrArray(iter)[0]->elsize; /* -- cgit v1.2.1