mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo.
This commit is contained in:
parent
27a4450239
commit
fb97443e57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue