[Python-checkins] cpython (3.1): #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.

ezio.melotti python-checkins at python.org
Fri May 20 14:07:13 CEST 2011


http://hg.python.org/cpython/rev/68134a384c73
changeset:   70223:68134a384c73
branch:      3.1
parent:      70214:52d9183b34f8
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri May 20 15:04:38 2011 +0300
summary:
  #12072: add missing parenthesis in the doc.  Patch by Sandro Tosi.

files:
  Doc/c-api/buffer.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst
--- a/Doc/c-api/buffer.rst
+++ b/Doc/c-api/buffer.rst
@@ -316,7 +316,7 @@
 .. 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.
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list