Fix typo.

This commit is contained in:
Walter Dörwald 2002-11-29 16:39:07 +00:00
parent 27a4450239
commit fb97443e57
1 changed files with 1 additions and 1 deletions

View 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