diff options
| author | Takanori H <takanori17h@gmail.com> | 2020-10-27 08:12:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 08:12:35 +0900 |
| commit | 688817e760b11b27481c9a9057fbfc633fc00774 (patch) | |
| tree | 27e6030df8a2b0dbc1c2936b0a55530c120f4daf /doc/source/reference | |
| parent | d212ee4ceeb0a1ff8dba1c6d9e0cc54360e81a94 (diff) | |
| download | numpy-688817e760b11b27481c9a9057fbfc633fc00774.tar.gz | |
Update doc/source/reference/c-api/array.rst
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Diffstat (limited to 'doc/source/reference')
| -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 7a3f0fb7c..3aa541b79 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -2960,7 +2960,7 @@ to. already a buffer object pointing to another object). If you need to hold on to the memory be sure to INCREF the base member. The chunk of memory is pointed to by *buf* ->ptr member and has length - *buf* ->len. The flags member of *buf* is :c:data:`NPY_ARRAY_BEHAVED` + *buf* ->len. The flags member of *buf* is :c:data:`NPY_ARRAY_ALIGNED` with the :c:data:`NPY_ARRAY_WRITEABLE` flag set if *obj* has a writeable buffer interface. |
