10000 Merge pull request #23868 from F3eQnxN3RriK/doc-patch-1 · numpy/numpy@828fba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 828fba2

Browse files
authored
Merge pull request #23868 from F3eQnxN3RriK/doc-patch-1
DOC: Fix `NPY_OUT_ARRAY` to `NPY_ARRAY_OUT_ARRAY` in how-to-extend guide
2 parents f67467c + 2c0ca63 commit 828fba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/c-info.how-to-extend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ writeable). The syntax is
439439
of the desired properties of the returned array object. All
440440
of the flags are explained in the detailed API chapter. The
441441
flags most commonly needed are :c:data:`NPY_ARRAY_IN_ARRAY`,
442-
:c:data:`NPY_OUT_ARRAY`, and :c:data:`NPY_ARRAY_INOUT_ARRAY`:
442+
:c:data:`NPY_ARRAY_OUT_ARRAY`, and :c:data:`NPY_ARRAY_INOUT_ARRAY`:
443443
444444
:c:data:`NPY_ARRAY_IN_ARRAY`
445445
This flag is useful for arrays that must be in C-contiguous

0 commit comments

Comments
 (0)
0