diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 62084bd6999..eaa2d59e3bb 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -2263,7 +2263,7 @@ There are only a few functions special to module objects. \end{cfuncdesc} \begin{cfuncdesc}{int}{PyModule_AddIntConstant}{PyObject *module, - char *name, int value} + char *name, long value} Add an integer constant to \var{module} as \var{name}. This convenience function can be used from the module's initialization function. Returns \code{-1} on error, \code{0} on success.