[Python-checkins] cpython (3.2): add space

benjamin.peterson python-checkins at python.org
Sat Jul 30 17:00:16 CEST 2011


http://hg.python.org/cpython/rev/99e9816b7d8b
changeset:   71634:99e9816b7d8b
branch:      3.2
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jul 30 09:59:50 2011 -0500
summary:
  add space

files:
  Doc/library/stdtypes.rst |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -2711,6 +2711,7 @@
 
 It is written as ``Ellipsis`` or ``...``.
 
+
 The NotImplemented Object
 -------------------------
 

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


More information about the Python-checkins mailing list