|
4 | 4 |
|
5 | 5 | \input{boilerplate} |
6 | 6 |
|
7 | | -\makeindex % tell \index to actually write the .idx file |
| 7 | +\makeindex % tell \index to actually write the .idx file |
8 | 8 |
|
9 | 9 |
|
10 | 10 | \begin{document} |
@@ -3788,14 +3788,14 @@ \subsection{CObjects \label{cObjects}} |
3788 | 3788 | \end{cfuncdesc} |
3789 | 3789 |
|
3790 | 3790 | \begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtr}{void* cobj, |
3791 | | - void (*destr)(void *)} |
| 3791 | + void (*destr)(void *)} |
3792 | 3792 | Creates a \ctype{PyCObject} from the \code{void *}\var{cobj}. The |
3793 | 3793 | \var{destr} function will be called when the object is reclaimed, unless |
3794 | 3794 | it is \NULL. |
3795 | 3795 | \end{cfuncdesc} |
3796 | 3796 |
|
3797 | 3797 | \begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtrAndDesc}{void* cobj, |
3798 | | - void* desc, void (*destr)(void *, void *) } |
| 3798 | + void* desc, void (*destr)(void *, void *) } |
3799 | 3799 | Creates a \ctype{PyCObject} from the \ctype{void *}\var{cobj}. The |
3800 | 3800 | \var{destr} function will be called when the object is reclaimed. The |
3801 | 3801 | \var{desc} argument can be used to pass extra callback data for the |
@@ -4669,11 +4669,11 @@ \chapter{Defining New Object Types \label{newTypes}} |
4669 | 4669 | \end{cfuncdesc} |
4670 | 4670 |
|
4671 | 4671 | \begin{cfuncdesc}{PyObject*}{PyObject_Init}{PyObject *op, |
4672 | | - PyTypeObject *type} |
| 4672 | + PyTypeObject *type} |
4673 | 4673 | \end{cfuncdesc} |
4674 | 4674 |
|
4675 | 4675 | \begin{cfuncdesc}{PyVarObject*}{PyObject_InitVar}{PyVarObject *op, |
4676 | | - PyTypeObject *type, int size} |
| 4676 | + PyTypeObject *type, int size} |
4677 | 4677 | \end{cfuncdesc} |
4678 | 4678 |
|
4679 | 4679 | \begin{cfuncdesc}{\var{TYPE}*}{PyObject_New}{TYPE, PyTypeObject *type} |
@@ -4917,6 +4917,6 @@ \section{Buffer Object Structures \label{buffer-structs}} |
4917 | 4917 | \chapter{Reporting Bugs} |
4918 | 4918 | \input{reportingbugs} |
4919 | 4919 |
|
4920 | | -\input{api.ind} % Index -- must be last |
| 4920 | +\input{api.ind} % Index -- must be last |
4921 | 4921 |
|
4922 | 4922 | \end{document} |
0 commit comments