From 788306a9ab780555732511d87298dbac3e8e5945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 23 Jun 2012 23:21:48 +0200 Subject: [PATCH] Fix whitespace. --- Doc/c-api/type.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst index aa5eef04033..44c731a9fa7 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.