[Python-checkins] python/dist/src/Doc/ref ref3.tex, 1.114.4.1,
1.114.4.2
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Mon Sep 22 11:36:02 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv16426
Modified Files:
Tag: release23-maint
ref3.tex
Log Message:
Fix doubled word errors.
Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.114.4.1
retrieving revision 1.114.4.2
diff -C2 -d -r1.114.4.1 -r1.114.4.2
*** ref3.tex 25 Aug 2003 04:41:15 -0000 1.114.4.1
--- ref3.tex 22 Sep 2003 15:36:00 -0000 1.114.4.2
***************
*** 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