Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0edb4ea

Browse files
committed
DOC: Add missing newlines to c-types in array.rst
1 parent57687ac commit0edb4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/source/reference/c-api/array.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@ member of ``PyArrayDTypeMeta_Spec`` struct.
35383538
..c:macro:: NPY_DT_get_sort_function
35393539
35403540
..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, \
35423542
NpyAuxData **out_auxdata)
35433543
35443544
If defined, sets a custom sorting function for the DType for each of
@@ -3547,7 +3547,7 @@ member of ``PyArrayDTypeMeta_Spec`` struct.
35473547
..c:macro:: NPY_DT_get_argsort_function
35483548
35493549
..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, \
35513551
NpyAuxData **out_auxdata)
35523552
35533553
If defined, sets a custom argsorting function for the DType for each of

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp