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 4bba1a2 commit 735ac97Copy full SHA for 735ac97
Doc/library/functions.rst
@@ -1732,8 +1732,8 @@ are always available. They are listed here in alphabetical order.
1732
1733
1734
.. _func-range:
1735
-.. class:: range(stop)
1736
- range(start, stop, step=1)
+.. class:: range(stop, /)
+ range(start, stop, step=1, /)
1737
:noindex:
1738
1739
Rather than being a function, :class:`range` is actually an immutable
0 commit comments