]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix whitespace.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 23 Jun 2012 21:21:48 +0000 (23:21 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 23 Jun 2012 21:21:48 +0000 (23:21 +0200)
Doc/c-api/type.rst

index aa5eef040334471de22307f6b13b4b0eef7bed73..44c731a9fa75ff678369d933d25a7e828cd2dcc3 100644 (file)
@@ -85,7 +85,7 @@ Type Objects
    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.