[Python-checkins] CVS: python/dist/src/Doc/api abstract.tex,1.6,1.7

Thomas Heller theller@users.sourceforge.net
Sun, 11 Nov 2001 23:46:33 -0800


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

Modified Files:
	abstract.tex 
Log Message:
Fix obvious typos.


Index: abstract.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/abstract.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** abstract.tex	2001/11/09 23:34:26	1.6
--- abstract.tex	2001/11/12 07:46:31	1.7
***************
*** 877,881 ****
    based input.  The \var{obj} argument must support the single-segment
    character buffer interface.  On success, returns \code{1}, sets
!   \var{buffer} to the memory location and \var{buffer} to the buffer
    length.  Returns \code{0} and sets a \exception{TypeError} on error.
    \versionadded{1.6}
--- 877,881 ----
    based input.  The \var{obj} argument must support the single-segment
    character buffer interface.  On success, returns \code{1}, sets
!   \var{buffer} to the memory location and \var{buffer_len} to the buffer
    length.  Returns \code{0} and sets a \exception{TypeError} on error.
    \versionadded{1.6}
***************
*** 888,892 ****
    arbitrary data.  The \var{obj} argument must support the
    single-segment readable buffer interface.  On success, returns
!   \code{1}, sets \var{buffer} to the memory location and \var{buffer}
    to the buffer length.  Returns \code{0} and sets a
    \exception{TypeError} on error.
--- 888,892 ----
    arbitrary data.  The \var{obj} argument must support the
    single-segment readable buffer interface.  On success, returns
!   \code{1}, sets \var{buffer} to the memory location and \var{buffer_len}
    to the buffer length.  Returns \code{0} and sets a
    \exception{TypeError} on error.
***************
*** 906,910 ****
    argument must support the single-segment, character buffer
    interface.  On success, returns \code{1}, sets \var{buffer} to the
!   memory location and \var{buffer} to the buffer length.  Returns
    \code{0} and sets a \exception{TypeError} on error.
    \versionadded{1.6}
--- 906,910 ----
    argument must support the single-segment, character buffer
    interface.  On success, returns \code{1}, sets \var{buffer} to the
!   memory location and \var{buffer_len} to the buffer length.  Returns
    \code{0} and sets a \exception{TypeError} on error.
    \versionadded{1.6}