[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.105,1.106

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 24 Sep 2002 08:32:07 -0700


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

Modified Files:
	libstdtypes.tex 
Log Message:
Remove spurious period.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** libstdtypes.tex	19 Aug 2002 21:58:58 -0000	1.105
--- libstdtypes.tex	24 Sep 2002 15:32:04 -0000	1.106
***************
*** 411,415 ****
  Buffer objects are not directly supported by Python syntax, but can be
  created by calling the builtin function
! \function{buffer()}.\bifuncindex{buffer}.  They don't support
  concatenation or repetition.
  \obindex{buffer}
--- 411,415 ----
  Buffer objects are not directly supported by Python syntax, but can be
  created by calling the builtin function
! \function{buffer()}.\bifuncindex{buffer}  They don't support
  concatenation or repetition.
  \obindex{buffer}