Skip to content

Commit 52f63ea

Browse files
committed
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
1 parent 22d8f7b commit 52f63ea

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
@@ -276,7 +276,7 @@ Buffer related functions
276276
.. cfunction:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t itemsize, char fortran)
277277

278278
Fill the *strides* array with byte-strides of a contiguous (C-style if
279-
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'`` array of the
279+
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'``) array of the
280280
given shape with the given number of bytes per element.
281281

282282

0 commit comments

Comments
 (0)