From: Walter Dörwald Date: Fri, 29 Nov 2002 16:39:07 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3c1~3198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb97443e57435caba28f470b6c5a17ad6666d7cd;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 5d9f3b525526..0e619e424aa3 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