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 99cf757 commit cb11807Copy full SHA for cb11807
Doc/c-api/buffer.rst
@@ -509,10 +509,8 @@ Buffer-related functions
509
510
Copy contiguous *len* bytes from *buf* to *view*.
511
512
- If *order* is ``'C'``, the data is copied in C-style order.
513
- If *order* is ``'F'``, the data is copied in Fortran-style order.
514
- If *order* is ``'A'``, either style may be used, whichever is more efficient.
515
-
+ *order* can be ``'C'`` or ``'F'`` or ``'A'`` (for C-style or Fortran-style
+ ordering or either one).
516
``0`` is returned on success, ``-1`` on error.
517
518
0 commit comments