[Python-checkins] cpython: Fix whitespace.

martin.v.loewis python-checkins at python.org
Sat Jun 23 23:21:57 CEST 2012


http://hg.python.org/cpython/rev/fae226a1d3c4
changeset:   77652:fae226a1d3c4
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Jun 23 23:21:48 2012 +0200
summary:
  Fix whitespace.

files:
  Doc/c-api/type.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst
--- a/Doc/c-api/type.rst
+++ b/Doc/c-api/type.rst
@@ -85,7 +85,7 @@
    their initialization.  This function is responsible for adding inherited slots
    from a type's base class.  Return ``0`` on success, or return ``-1`` and sets an
    exception on error.
-   
+
 .. c:function:: PyObject* PyType_FromSpec(PyType_Spec *spec)
 
    Creates and returns a heap type object from the *spec* passed to the function.

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


More information about the Python-checkins mailing list