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 e236568 commit 8531f5bCopy full SHA for 8531f5b
Doc/library/functions.rst
@@ -1717,8 +1717,8 @@ are always available. They are listed here in alphabetical order.
1717
1718
1719
.. _func-range:
1720
-.. class:: range(stop)
1721
- range(start, stop, step=1)
+.. class:: range(stop, /)
+ range(start, stop, step=1, /)
1722
:noindex:
1723
1724
Rather than being a function, :class:`range` is actually an immutable
0 commit comments