From 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 17 May 2020 15:30:00 +0800 Subject: DOC: Fix typos and cosmetic issues --- doc/source/reference/c-api/array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api/array.rst') 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` (*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) -- cgit v1.2.1