]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Fri, 29 Nov 2002 16:39:07 +0000 (16:39 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 29 Nov 2002 16:39:07 +0000 (16:39 +0000)
Doc/whatsnew/whatsnew23.tex

index 5d9f3b5255269695ba6ac6239d8644ba9cd45967..0e619e424aa3056ba54218a55fe54a361e70a551 100644 (file)
@@ -744,7 +744,7 @@ or use them directly in subscripts:
 \end{verbatim}
 
 To make implementing sequences that support extended slicing in Python
-easier, slice ojects now have a method \method{indices} which given
+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
 slices (and this innocuous phrase hides a welter of confusing