Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb97443

Browse files
committed
Fix typo.
1 parent 27a4450 commit fb97443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ \section{Extended Slices\label{section-slices}}
744744
\end{verbatim}
745745

746746
To make implementing sequences that support extended slicing in Python
747-
easier, slice ojects now have a method \method{indices} which given
747+
easier, slice objects now have a method \method{indices} which given
748748
the length of a sequence returns \code{(start, stop, step)} handling
749749
omitted and out-of-bounds indices in a manner consistent with regular
750750
slices (and this innocuous phrase hides a welter of confusing

0 commit comments

Comments
 (0)