diff options
author | Stefan Krah <skrah@bytereef.org> | 2015-02-01 18:46:31 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2015-02-01 18:46:31 (GMT) |
commit | 3a43d063213f221436ec00afca1d74b4a3b28c15 (patch) | |
tree | eb66ef0fb8b42511b79c233a7b7ea7997d9ac5c8 /Doc | |
parent | 0dc4e153a2dee0d8e4ea06f8d2cf8de7c89cb7d5 (diff) | |
download | cpython-3a43d063213f221436ec00afca1d74b4a3b28c15.zip cpython-3a43d063213f221436ec00afca1d74b4a3b28c15.tar.gz cpython-3a43d063213f221436ec00afca1d74b4a3b28c15.tar.bz2 |
Whitespace.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 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 |