Skip to content

Commit 1e26e92

Browse files
Removed single trailing whitespace.
1 parent d4cc863 commit 1e26e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ to negative slice positions.
323323

324324
Some sequences also support "extended slicing" with a third *step* parameter:
325325
``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
326+
``i = start + n*step`` and ``0 <= n``, such that ``start <= i < stop`` for
327327
``0 <= step``, and ``stop < i <= start`` for ``step < 0``.
328328

329329
Slicing parameters can be omitted:

0 commit comments

Comments
 (0)