[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.78,1.79

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Fri, 29 Nov 2002 08:39:11 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Fix typo.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** whatsnew23.tex	27 Nov 2002 19:11:10 -0000	1.78
--- whatsnew23.tex	29 Nov 2002 16:39:07 -0000	1.79
***************
*** 745,749 ****
  
  To make implementing sequences that support extended slicing in Python
! easier, slice ojects now have a method \method{indices} which given
  the length of a sequence returns \code{(start, stop, step)} handling
  omitted and out-of-bounds indices in a manner consistent with regular
--- 745,749 ----
  
  To make implementing sequences that support extended slicing in Python
! easier, slice objects now have a method \method{indices} which given
  the length of a sequence returns \code{(start, stop, step)} handling
  omitted and out-of-bounds indices in a manner consistent with regular