[Python-checkins] cpython: Whitespace.

stefan.krah python-checkins at python.org
Sun Feb 1 19:51:07 CET 2015


https://hg.python.org/cpython/rev/5569ae9e2be2
changeset:   94434:5569ae9e2be2
user:        Stefan Krah <skrah at bytereef.org>
date:        Sun Feb 01 19:45:14 2015 +0100
summary:
  Whitespace.

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
@@ -199,7 +199,7 @@
       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

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


More information about the Python-checkins mailing list