]> granicus.if.org Git - python/commitdiff
Small markup adjustments for consistency.
authorFred Drake <fdrake@acm.org>
Mon, 29 Apr 2002 15:17:16 +0000 (15:17 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Apr 2002 15:17:16 +0000 (15:17 +0000)
Doc/api/concrete.tex

index 26a82d3d180ad8391e21e7f88a8747a304b772ff..dae853a7f28b564476fc3af70cc5e405bf78bc91 100644 (file)
@@ -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,