File tree 1 file changed +2
-2
lines changed
doc/source/reference/c-api
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3538,7 +3538,7 @@ member of ``PyArrayDTypeMeta_Spec`` struct.
3538
3538
.. c :macro :: NPY_DT_get_sort_function
3539
3539
3540
3540
.. c :type :: int *(PyArrayDTypeMeta_GetSortFunction)(PyArray_Descr *, \
3541
- npy_intp sort_kind, int descending, PyArray_SortFunc **out_sort,
3541
+ npy_intp sort_kind, int descending, PyArray_SortFunc **out_sort, \
3542
3542
NpyAuxData **out_auxdata)
3543
3543
3544
3544
If defined, sets a custom sorting function for the DType for each of
@@ -3547,7 +3547,7 @@ member of ``PyArrayDTypeMeta_Spec`` struct.
3547
3547
.. c :macro :: NPY_DT_get_argsort_function
3548
3548
3549
3549
.. c :type :: int *(PyArrayDTypeMeta_GetArgSortFunction)(PyArray_Descr *, \
3550
- npy_intp sort_kind, int descending, PyArray_ArgSortFunc **out_argsort,
3550
+ npy_intp sort_kind, int descending, PyArray_ArgSortFunc **out_argsort, \
3551
3551
NpyAuxData **out_auxdata)
3552
3552
3553
3553
If defined, sets a custom argsorting function for the DType for each of
You can’t perform that action at this time.
0 commit comments