Small markup adjustments for consistency.

This commit is contained in:
Fred Drake 2002-04-29 15:17:16 +00:00
parent a883a3d5fd
commit 432425e834
1 changed files with 2 additions and 2 deletions

View File

@ -591,11 +591,11 @@ parameter and are called with a non-string parameter.
object is not one. object is not one.
Pass the address of an existing string object as an lvalue (it may 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} 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 \var{*string} may differ from its input value. If the
reallocation fails, the original string object at \var{*string} is reallocation fails, the original string object at \var{*string} is
deallocated, \var{*string} is set to \NULL{}, a memory exception is set, deallocated, \var{*string} is set to \NULL{}, a memory exception is set,
and -1 is returned. and \code{-1} is returned.
\end{cfuncdesc} \end{cfuncdesc}
\begin{cfuncdesc}{PyObject*}{PyString_Format}{PyObject *format, \begin{cfuncdesc}{PyObject*}{PyString_Format}{PyObject *format,