Skip to content
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ are always available. They are listed here in alphabetical order.
:noindex:

Rather than being a function, :class:`range` is actually an immutable
sequence type, as documented in :ref:`typesseq-range` and :ref:`typesseq`.
:term:`sequence` type, as documented in :ref:`typesseq-range` and :ref:`typesseq`.


.. function:: repr(object)
Expand Down
Loading