Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7955fb6 commit 48a866cCopy full SHA for 48a866c
1 file changed
Doc/c-api/buffer.rst
@@ -222,8 +222,10 @@ Buffer-related functions
222
contiguous buffer. If this is not given then shape will be *NULL*.
223
224
.. cmacro:: PyBUF_C_CONTIGUOUS
225
- PyBUF_F_CONTIGUOUS
226
- PyBUF_ANY_CONTIGUOUS
+
+ .. cmacro:: PyBUF_F_CONTIGUOUS
227
228
+ .. cmacro:: PyBUF_ANY_CONTIGUOUS
229
230
These flags indicate that the contiguity returned buffer must be
231
respectively, C-contiguous (last dimension varies the fastest), Fortran
0 commit comments