From: Fred Drake Date: Mon, 29 Apr 2002 15:17:16 +0000 (+0000) Subject: Small markup adjustments for consistency. X-Git-Tag: v2.3c1~5771 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=432425e834882058aa5ecc717d335f2874d86dc3;p=python Small markup adjustments for consistency. --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 26a82d3d18..dae853a7f2 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -591,11 +591,11 @@ parameter and are called with a non-string parameter. object is not one. Pass the address of an existing string object as an lvalue (it may be written into), and the new size desired. On success, \var{*string} - holds the resized string object and 0 is returned; the address in + holds the resized string object and \code{0} is returned; the address in \var{*string} may differ from its input value. If the reallocation fails, the original string object at \var{*string} is deallocated, \var{*string} is set to \NULL{}, a memory exception is set, - and -1 is returned. + and \code{-1} is returned. \end{cfuncdesc} \begin{cfuncdesc}{PyObject*}{PyString_Format}{PyObject *format,