diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:30:00 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:32:24 +0800 |
commit | 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (patch) | |
tree | ac015c57e9717e45d26594e8eb451cc9c0bdcf1e /doc/source/reference/c-api | |
parent | 50ce0fce70cac779919d97578381a9d762f42594 (diff) | |
download | numpy-0a2893149e88e5c5bb69a29f78a4ad262a08cd29.tar.gz |
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r-- | doc/source/reference/c-api/array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/array.rst b/doc/source/reference/c-api/array.rst index 83289010b..56fc59da3 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -1886,7 +1886,7 @@ Item selection and manipulation Equivalent to :meth:`ndarray.sort<numpy.ndarray.sort>` (*self*, *axis*, *kind*). Return an array with the items of *self* sorted along *axis*. The array - is sorted using the algorithm denoted by *kind* , which is an integer/enum pointing + is sorted using the algorithm denoted by *kind*, which is an integer/enum pointing to the type of sorting algorithms used. .. c:function:: PyObject* PyArray_ArgSort(PyArrayObject* self, int axis) |