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 @@ -1736,7 +1736,7 @@ are always available. They are listed here in alphabetical order.
Rather than being a function, :class:`range` is actually an immutable
sequence type, as documented in :ref:`typesseq-range` and :ref:`typesseq`.


The :class:`range` type is iterable and supports iteration.
.. function:: repr(object)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The :class:`range` type is iterable and supports iteration.
.. function:: repr(object)
The :class:`range` type is iterable and supports iteration.
.. function:: repr(object)

Please maintain the 2 line gap.


Return a string containing a printable representation of an object. For many
Expand Down