[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.90,1.91

fdrake@sourceforge.net fdrake@sourceforge.net
Thu, 02 May 2002 10:54:20 -0700


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

Modified Files:
	libstdtypes.tex 
Log Message:
Remove extra period produced by previous change.

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** libstdtypes.tex	2 May 2002 05:56:04 -0000	1.90
--- libstdtypes.tex	2 May 2002 17:54:18 -0000	1.91
***************
*** 394,400 ****
  Buffer objects are not directly supported by Python syntax, but can be
  created by calling the builtin function
! \function{buffer()}.\bifuncindex{buffer}.  They support
! concatenation and repetition, but the result is a new string object
! rather than a new buffer object.
  \obindex{buffer}
  
--- 394,400 ----
  Buffer objects are not directly supported by Python syntax, but can be
  created by calling the builtin function
! \function{buffer()}.\bifuncindex{buffer}  They support concatenation
! and repetition, but the result is a new string object rather than a
! new buffer object.
  \obindex{buffer}