summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2016-02-22 17:38:06 +0000
committerNathaniel J. Smith <njs@pobox.com>2016-02-22 17:38:06 +0000
commitfa3cde1b44182297663c69daa41abb576218a2ab (patch)
tree9dcffdfed37e3567bad9e802c8a8769822687430 /doc/source
parente5c1ac175722bc58e74aac4e6d9138adf9260ec6 (diff)
parent6bcb6ef1690e24de65793e1e43f100685d933f50 (diff)
downloadnumpy-fa3cde1b44182297663c69daa41abb576218a2ab.tar.gz
Merge pull request #7307 from madphysicist/patch-1
DOC: Missing some characters in link.
Diffstat (limited to 'doc/source')
-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)