[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.114,1.114.4.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Aug 24 22:41:17 EDT 2003


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

Modified Files:
      Tag: release23-maint
	ref3.tex 
Log Message:
Fixed doubled word typos.

Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.114
retrieving revision 1.114.4.1
diff -C2 -d -r1.114 -r1.114.4.1
*** ref3.tex	23 Jul 2003 15:18:03 -0000	1.114
--- ref3.tex	25 Aug 2003 04:41:15 -0000	1.114.4.1
***************
*** 1741,1745 ****
  methods are expected to do this as well.  However, since they should
  already be doing that, negative indexes cannot be passed in; they must
! be be constrained to the bounds of the sequence before being passed to
  the \method{__*item__()} methods.
  Calling \code{max(0, i)} conveniently returns the proper value.
--- 1741,1745 ----
  methods are expected to do this as well.  However, since they should
  already be doing that, negative indexes cannot be passed in; they must
! be constrained to the bounds of the sequence before being passed to
  the \method{__*item__()} methods.
  Calling \code{max(0, i)} conveniently returns the proper value.





More information about the Python-checkins mailing list