From ac811f9b5a68ce8756911ef2c8be83b46696018f Mon Sep 17 00:00:00 2001 From: da-woods Date: Tue, 3 Aug 2021 18:21:25 +0100 Subject: bpo-41886: Fix documented type of PyType_Type (GH-22454) --- 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 46cb376..630c7db 100644 --- a/Doc/c-api/type.rst +++ b/Doc/c-api/type.rst @@ -13,7 +13,7 @@ Type Objects The C structure of the objects used to describe built-in types. -.. c:var:: PyObject* PyType_Type +.. c:var:: PyTypeObject PyType_Type This is the type object for type objects; it is the same object as :class:`type` in the Python layer. -- cgit v0.12