summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/buffer.rst
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2015-02-01 18:45:14 (GMT)
committerStefan Krah <skrah@bytereef.org>2015-02-01 18:45:14 (GMT)
commit3e9bec26f4aa5e32150cae65715ff1be2d4686bf (patch)
tree3a5e6c67164282b924882659d9856778cc76246d /Doc/c-api/buffer.rst
parenta7e9a6a0764471d16000d9bd8927b6da24f3335b (diff)
downloadcpython-3e9bec26f4aa5e32150cae65715ff1be2d4686bf.zip
cpython-3e9bec26f4aa5e32150cae65715ff1be2d4686bf.tar.gz
cpython-3e9bec26f4aa5e32150cae65715ff1be2d4686bf.tar.bz2
Whitespace.
Diffstat (limited to 'Doc/c-api/buffer.rst')
-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 9cfd152..e6330e7 100644
--- a/Doc/c-api/buffer.rst
+++ b/Doc/c-api/buffer.rst
@@ -199,7 +199,7 @@ a buffer, see :c:func:`PyObject_GetBuffer`.
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).
This type of array representation is used by the Python Imaging Library
(PIL). See `complex arrays`_ for further information how to access elements