summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/reference/c-api.types-and-structures.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/c-api.types-and-structures.rst b/doc/source/reference/c-api.types-and-structures.rst
index 04c9bee35..c5165fef3 100644
--- a/doc/source/reference/c-api.types-and-structures.rst
+++ b/doc/source/reference/c-api.types-and-structures.rst
@@ -542,8 +542,8 @@ PyArrayDescr_Type
An array of function pointers to a particular sorting
algorithms. A particular sorting algorithm is obtained using a
- key (so far :c:data:`NPY_QUICKSORT`, :data`NPY_HEAPSORT`, and
- :c:data:`NPY_MERGESORT` are defined). These sorts are done
+ key (so far :c:data:`NPY_QUICKSORT`, :c:data:`NPY_HEAPSORT`,
+ and :c:data:`NPY_MERGESORT` are defined). These sorts are done
in-place assuming contiguous and aligned data.
.. c:member:: int argsort(void* start, npy_intp* result, npy_intp length, void *arr)