diff options
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/newtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index a95f836111..bfce26c9b7 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -188,7 +188,7 @@ These macros are used in the definition of \ctype{PyObject} and instance. This macro always expands to: \begin{verbatim} PyObject_HEAD - int ob_size; + Py_ssize_t ob_size; \end{verbatim} Note that \csimplemacro{PyObject_HEAD} is part of the expansion, and that its own expansion varies depending on the definition of |