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 3f89b25 commit 9bf350bCopy full SHA for 9bf350b
Doc/library/functions.rst
@@ -1631,7 +1631,7 @@ are always available. They are listed here in alphabetical order.
1631
1632
1633
.. class:: slice(stop)
1634
- slice(start, stop, step=1)
+ slice(start, stop, step=None)
1635
1636
Return a :term:`slice` object representing the set of indices specified by
1637
``range(start, stop, step)``. The *start* and *step* arguments default to
0 commit comments