[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.115,1.116

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 22 11:26:26 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv14161

Modified Files:
	ref3.tex 
Log Message:
SF 810242.  Fix doubled word errors.

Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** ref3.tex	25 Aug 2003 04:39:55 -0000	1.115
--- ref3.tex	22 Sep 2003 15:26:20 -0000	1.116
***************
*** 1657,1661 ****
  objects.  Immutable sequences methods should at most only define
  \method{__getslice__()}; mutable sequences might define all three
! three methods.
  
  \begin{methoddesc}[sequence object]{__getslice__}{self, i, j}
--- 1657,1661 ----
  objects.  Immutable sequences methods should at most only define
  \method{__getslice__()}; mutable sequences might define all three
! methods.
  
  \begin{methoddesc}[sequence object]{__getslice__}{self, i, j}





More information about the Python-checkins mailing list