[Python-checkins] cpython (2.7): Preserve critical whitespace in Doc/*.

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


https://hg.python.org/cpython/rev/17ab76dead0d
changeset:   94437:17ab76dead0d
branch:      2.7
parent:      94431:c4c1d68b6301
user:        Stefan Krah <skrah at bytereef.org>
date:        Sun Feb 01 19:49:38 2015 +0100
summary:
  Preserve critical whitespace in Doc/*.

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

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


More information about the Python-checkins mailing list