Skip to content

Commit ebc2a62

Browse files
hugovkm-aciek
andauthored
[3.13] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151407)
Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
1 parent 7c3f0bd commit ebc2a62

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
@@ -468,7 +468,7 @@ are always available. They are listed here in alphabetical order.
468468
:noindex:
469469
470470
Create a new dictionary. The :class:`dict` object is the dictionary class.
471-
See :class:`dict` and :ref:`typesmapping` for documentation about this class.
471+
See also :ref:`typesmapping` for documentation about this class.
472472

473473
For other containers see the built-in :class:`list`, :class:`set`, and
474474
:class:`tuple` classes, as well as the :mod:`collections` module.
@@ -844,7 +844,7 @@ are always available. They are listed here in alphabetical order.
844844
:noindex:
845845

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

850850
For other containers see the built-in :class:`set`, :class:`list`,
@@ -1797,7 +1797,7 @@ are always available. They are listed here in alphabetical order.
17971797
:noindex:
17981798

17991799
Return a new :class:`set` object, optionally with elements taken from
1800-
*iterable*. ``set`` is a built-in class. See :class:`set` and
1800+
*iterable*. :class:`set` is a built-in class. See also
18011801
:ref:`types-set` for documentation about this class.
18021802

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

0 commit comments

Comments
 (0)