[Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.38.4.2,1.38.4.3

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 16 Mar 2000 09:58:26 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/ref
In directory weyr:/home/fdrake/projects/python/Doc-152p2/ref

Modified Files:
      Tag: release152p1-patches
	ref3.tex 
Log Message:

Typo in index entry:  "seqence" --> "sequence"


Index: ref3.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.38.4.2
retrieving revision 1.38.4.3
diff -C2 -r1.38.4.2 -r1.38.4.3
*** ref3.tex	2000/01/11 14:44:06	1.38.4.2
--- ref3.tex	2000/03/16 14:58:23	1.38.4.3
***************
*** 222,226 ****
  index set contains the numbers 0, 1, \ldots, \var{n}-1.  Item
  \var{i} of sequence \var{a} is selected by \code{\var{a}[\var{i}]}.
! \obindex{seqence}
  \index{index operation}
  \index{item selection}
--- 222,226 ----
  index set contains the numbers 0, 1, \ldots, \var{n}-1.  Item
  \var{i} of sequence \var{a} is selected by \code{\var{a}[\var{i}]}.
! \obindex{sequence}
  \index{index operation}
  \index{item selection}