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 058ab0a commit a1e470bCopy full SHA for a1e470b
Doc/library/functions.rst
@@ -1735,11 +1735,10 @@ are always available. They are listed here in alphabetical order.
1735
1736
Rather than being a function, :class:`range` is actually an immutable
1737
sequence type, as documented in :ref:`typesseq-range` and :ref:`typesseq`.
1738
-
+
1739
The object returned by :class:`range` is an :term:`iterator` and supports iteration.
1740
See also :ref:`iterator` for more information about iterators and how to implement
1741
custom iterable classes.
1742
1743
.. function:: repr(object)
1744
1745
Return a string containing a printable representation of an object. For many
0 commit comments