]> 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 a75b07bf1c5ddd22af5f90af26618c917701dd3c..21e8c4ab8a0d9eb3a4b6a1a87b74a7ca3664246c 100644 (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.