Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 261d855

Browse files
committed
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
1 parent 4925cde commit 261d855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/buffer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Buffer-related functions
316316
.. cfunction:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t itemsize, char fortran)
317317

318318
Fill the *strides* array with byte-strides of a contiguous (C-style if
319-
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'`` array of the
319+
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'``) array of the
320320
given shape with the given number of bytes per element.
321321

322322

0 commit comments

Comments
 (0)