Skip to content

Commit 0705d12

Browse files
committed
remove blank line, following existing pattern
1 parent eff990f commit 0705d12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/c-api/buffer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ Buffer-related functions
508508
.. c:function:: int PyBuffer_FromContiguous(const Py_buffer *view, const void *buf, Py_ssize_t len, char order)
509509
510510
Copy contiguous *len* bytes from *buf* to *view*.
511-
512511
*order* can be ``'C'`` or ``'F'`` or ``'A'`` (for C-style or Fortran-style
513512
ordering or either one).
514513
``0`` is returned on success, ``-1`` on error.

0 commit comments

Comments
 (0)