diff options
author | Walter Dörwald <walter@livinglogic.de> | 2002-11-29 16:39:07 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2002-11-29 16:39:07 (GMT) |
commit | fb97443e57435caba28f470b6c5a17ad6666d7cd (patch) | |
tree | 0182f859788873763924d5b22dbe06f90e6089dc /Doc/whatsnew/whatsnew23.tex | |
parent | 27a445023925a3abb14e08acbfcdd9134ca1a275 (diff) | |
download | cpython-fb97443e57435caba28f470b6c5a17ad6666d7cd.zip cpython-fb97443e57435caba28f470b6c5a17ad6666d7cd.tar.gz cpython-fb97443e57435caba28f470b6c5a17ad6666d7cd.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/whatsnew/whatsnew23.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 5d9f3b5..0e619e4 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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 |