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 3f553c0 commit 771dafcCopy full SHA for 771dafc
Doc/library/functions.rst
@@ -1734,9 +1734,9 @@ are always available. They are listed here in alphabetical order.
1734
:noindex:
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`.
+ :term:`sequence` type, as documented in :ref:`typesseq-range` and :ref:`typesseq`.
1738
+
1739
- The :class:`range` type is iterable and supports iteration.
1740
.. function:: repr(object)
1741
1742
Return a string containing a printable representation of an object. For many
0 commit comments