#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.

This commit is contained in:
Ezio Melotti 2011-05-20 15:04:38 +03:00
parent 22d8f7b9b8
commit 52f63eabeb
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ Buffer related functions
.. cfunction:: void PyBuffer_FillContiguousStrides(int ndim, Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t itemsize, char fortran)
Fill the *strides* array with byte-strides of a contiguous (C-style if
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'`` array of the
*fortran* is ``'C'`` or Fortran-style if *fortran* is ``'F'``) array of the
given shape with the given number of bytes per element.