diff options
author | Mad Physicist <madphysicist@users.noreply.github.com> | 2016-02-22 11:56:01 -0500 |
---|---|---|
committer | Mad Physicist <madphysicist@users.noreply.github.com> | 2016-02-22 11:56:01 -0500 |
commit | 6bcb6ef1690e24de65793e1e43f100685d933f50 (patch) | |
tree | 9dcffdfed37e3567bad9e802c8a8769822687430 /doc/source | |
parent | e5c1ac175722bc58e74aac4e6d9138adf9260ec6 (diff) | |
download | numpy-6bcb6ef1690e24de65793e1e43f100685d933f50.tar.gz |
Missing some characters in link.
Docs looked funny at that point.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/c-api.types-and-structures.rst | 4 |
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) |