Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a4450 commit fb97443Copy full SHA for fb97443
1 file changed
Doc/whatsnew/whatsnew23.tex
@@ -744,7 +744,7 @@ \section{Extended Slices\label{section-slices}}
744
\end{verbatim}
745
746
To make implementing sequences that support extended slicing in Python
747
-easier, slice ojects now have a method \method{indices} which given
+easier, slice objects now have a method \method{indices} which given
748
the length of a sequence returns \code{(start, stop, step)} handling
749
omitted and out-of-bounds indices in a manner consistent with regular
750
slices (and this innocuous phrase hides a welter of confusing
0 commit comments