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 a1e470b commit 3f553c0Copy full SHA for 3f553c0
Doc/library/functions.rst
@@ -1736,9 +1736,7 @@ are always available. They are listed here in alphabetical order.
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.
+ The :class:`range` type is iterable and supports iteration.
1742
.. function:: repr(object)
1743
1744
Return a string containing a printable representation of an object. For many
0 commit comments