File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ \section{The standard type hierarchy} \label{types}
674674\index {subscription}
675675
676676Sequences also support slicing: \verb \a[i:j] \ selects all elements
677- with index $ k$ such that $ i < k < j$ . When used as an expression,
677+ with index $ k$ such that $ i <= k < j$ . When used as an expression,
678678a slice is a sequence of the same type --- this implies that the
679679index set is renumbered so that it starts at 0 again.
680680\index {slicing}
Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ \section{The standard type hierarchy} \label{types}
674674\index {subscription}
675675
676676Sequences also support slicing: \verb \a[i:j] \ selects all elements
677- with index $ k$ such that $ i < k < j$ . When used as an expression,
677+ with index $ k$ such that $ i <= k < j$ . When used as an expression,
678678a slice is a sequence of the same type --- this implies that the
679679index set is renumbered so that it starts at 0 again.
680680\index {slicing}
You can’t perform that action at this time.
0 commit comments