summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2015-02-01 18:49:38 (GMT)
committerStefan Krah <skrah@bytereef.org>2015-02-01 18:49:38 (GMT)
commit1c9bf63a155d0ba2115afab8c3489809b77d3af8 (patch)
tree96aad75f8c05ff1809227fe07faab1c07c2c2200 /Doc
parent3f1ef5b756e96486ca4155eb96485e405720d107 (diff)
downloadcpython-1c9bf63a155d0ba2115afab8c3489809b77d3af8.zip
cpython-1c9bf63a155d0ba2115afab8c3489809b77d3af8.tar.gz
cpython-1c9bf63a155d0ba2115afab8c3489809b77d3af8.tar.bz2
Preserve critical whitespace in Doc/*.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/c-api/buffer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst
index 7df9c33..e36d01f 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