Some corrections for the Doc/extending documentation. Closes #14129

This commit is contained in:
Eli Bendersky 2012-02-27 19:18:35 +02:00
parent e13b7fe1f3
commit 49ac6f4492
3 changed files with 23 additions and 45 deletions

View file

@ -75,7 +75,8 @@ Type Objects
.. c:function:: PyObject* PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds)
XXX: Document.
Generic handler for the :attr:`tp_new` slot of a type object. Initialize
all instance variables to *NULL*.
.. c:function:: int PyType_Ready(PyTypeObject *type)