From: Stefan Krah Date: Sun, 1 Feb 2015 18:49:38 +0000 (+0100) Subject: Preserve critical whitespace in Doc/*. X-Git-Tag: v2.7.10rc1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c9bf63a155d0ba2115afab8c3489809b77d3af8;p=thirdparty%2FPython%2Fcpython.git Preserve critical whitespace in Doc/*. --- diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst index 7df9c338833e..e36d01f3da2c 100644 --- a/Doc/c-api/buffer.rst +++ b/Doc/c-api/buffer.rst @@ -99,7 +99,7 @@ The new-style Py_buffer struct occur (striding in a contiguous memory block). If all suboffsets are negative (i.e. no de-referencing is needed, then - this field must be NULL (the default value). + this field must be NULL (the default value). Here is a function that returns a pointer to the element in an N-D array pointed to by an N-dimensional index when there are both non-NULL strides