Skip to content

Commit 771dafc

Browse files
committed
Doc: Add iterator reference and anchor to range() documentation
1 parent 3f553c0 commit 771dafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,9 +1734,9 @@ are always available. They are listed here in alphabetical order.
17341734
:noindex:
17351735

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

1739-
The :class:`range` type is iterable and supports iteration.
17401740
.. function:: repr(object)
17411741

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

0 commit comments

Comments
 (0)