Skip to content

Commit 2104ce1

Browse files
hugovkm-aciek
andauthored
[3.14] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151406)
Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
1 parent ab63a5a commit 2104ce1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/functions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ are always available. They are listed here in alphabetical order.
474474
:noindex:
475475
476476
Create a new dictionary. The :class:`dict` object is the dictionary class.
477-
See :class:`dict` and :ref:`typesmapping` for documentation about this class.
477+
See also :ref:`typesmapping` for documentation about this class.
478478

479479
For other containers see the built-in :class:`list`, :class:`set`, and
480480
:class:`tuple` classes, as well as the :mod:`collections` module.
@@ -852,7 +852,7 @@ are always available. They are listed here in alphabetical order.
852852
:noindex:
853853

854854
Return a new :class:`frozenset` object, optionally with elements taken from
855-
*iterable*. ``frozenset`` is a built-in class. See :class:`frozenset` and
855+
*iterable*. :class:`frozenset` is a built-in class. See also
856856
:ref:`types-set` for documentation about this class.
857857

858858
For other containers see the built-in :class:`set`, :class:`list`,
@@ -1808,7 +1808,7 @@ are always available. They are listed here in alphabetical order.
18081808
:noindex:
18091809

18101810
Return a new :class:`set` object, optionally with elements taken from
1811-
*iterable*. ``set`` is a built-in class. See :class:`set` and
1811+
*iterable*. :class:`set` is a built-in class. See also
18121812
:ref:`types-set` for documentation about this class.
18131813

18141814
For other containers see the built-in :class:`frozenset`, :class:`list`,

0 commit comments

Comments
 (0)