Fix whitespace.

This commit is contained in:
Martin v. Löwis 2012-06-23 23:21:48 +02:00
parent 9c56409d33
commit 788306a9ab
1 changed files with 1 additions and 1 deletions

View 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.