]> granicus.if.org Git - python/commitdiff
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 20 May 2011 12:04:38 +0000 (15:04 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 20 May 2011 12:04:38 +0000 (15:04 +0300)
Doc/c-api/buffer.rst

index 094f7f2239fa41dd2f39aab5c02191e9a3d06698..37866b7dbdc542344c7e74b2d2dbb163f0b5fad9 100644 (file)
@@ -316,7 +316,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.