diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 2468e53cd596a1..6e048aa7eaeeab 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1630,7 +1630,7 @@ are always available. They are listed here in alphabetical order. .. class:: slice(stop) - slice(start, stop, step=1) + slice(start, stop, step=None) Return a :term:`slice` object representing the set of indices specified by ``range(start, stop, step)``. The *start* and *step* arguments default to