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

Skip to content

Commit e724665

Browse files
committed
#12072: merge with 3.2.
2 parents 86c54f0 + da5b852 commit e724665

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
@@ -314,7 +314,7 @@ Buffer-related functions
314314
.. c:function:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t itemsize, char fortran)
315315
316316
Fill the *strides* array with byte-strides of a contiguous (C-style if
317-
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'`` array of the
317+
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'``) array of the
318318
given shape with the given number of bytes per element.
319319
320320

0 commit comments

Comments
 (0)