diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 21:21:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 21:21:48 (GMT) |
commit | 788306a9ab780555732511d87298dbac3e8e5945 (patch) | |
tree | 3098b3178393e1e3ee8c8df5c04d4f5b377dba0e /Doc | |
parent | 9c56409d3353b8cd4cfc19e0467bbe23fd34fc92 (diff) | |
download | cpython-788306a9ab780555732511d87298dbac3e8e5945.zip cpython-788306a9ab780555732511d87298dbac3e8e5945.tar.gz cpython-788306a9ab780555732511d87298dbac3e8e5945.tar.bz2 |
Fix whitespace.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index aa5eef0..44c731a 100644 --- a/Doc/c-api/type.rst +++ b/Doc/c-api/type.rst @@ -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. |