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

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


http://hg.python.org/cpython/rev/5a9272785d5f
changeset:   71636:5a9272785d5f
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jul 30 09:58:59 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
@@ -2932,6 +2932,7 @@
 
 It is written as ``Ellipsis``.
 
+
 The NotImplemented Object
 -------------------------
 

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


More information about the Python-checkins mailing list