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 d4cc863 commit 1e26e92Copy full SHA for 1e26e92
Doc/reference/datamodel.rst
@@ -323,7 +323,7 @@ to negative slice positions.
323
324
Some sequences also support "extended slicing" with a third *step* parameter:
325
``a[start:stop:step]`` selects all items of *a* with index *i*, where
326
-``i = start + n*step`` and ``0 <= n``, such that ``start <= i < stop`` for
+``i = start + n*step`` and ``0 <= n``, such that ``start <= i < stop`` for
327
``0 <= step``, and ``stop < i <= start`` for ``step < 0``.
328
329
Slicing parameters can be omitted:
0 commit comments