diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-29 15:17:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-29 15:17:16 (GMT) |
commit | 432425e834882058aa5ecc717d335f2874d86dc3 (patch) | |
tree | f8bcdd74e87146f70ef4bc4454bf7098cc2aa4ad /Doc/api | |
parent | a883a3d5fdfefdf198bd34f6d07273063bc1f3b5 (diff) | |
download | cpython-432425e834882058aa5ecc717d335f2874d86dc3.zip cpython-432425e834882058aa5ecc717d335f2874d86dc3.tar.gz cpython-432425e834882058aa5ecc717d335f2874d86dc3.tar.bz2 |
Small markup adjustments for consistency.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/concrete.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 26a82d3..dae853a 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, |