[Python-checkins] python/dist/src/Doc/api concrete.tex,1.13,1.14

fdrake@sourceforge.net fdrake@sourceforge.net
Mon, 29 Apr 2002 08:17:26 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv5311/api

Modified Files:
	concrete.tex 
Log Message:
Small markup adjustments for consistency.

Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** concrete.tex	27 Apr 2002 18:44:29 -0000	1.13
--- concrete.tex	29 Apr 2002 15:17:16 -0000	1.14
***************
*** 592,600 ****
    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
    \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.
  \end{cfuncdesc}
  
--- 592,600 ----
    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 \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 \code{-1} is returned.
  \end{cfuncdesc}