[3.13] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151407)

Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
This commit is contained in:
Hugo van Kemenade
2026-06-12 18:04:54 +03:00
committed by GitHub
parent 7c3f0bd9b0
commit ebc2a625ad
+3 -3
View File
@@ -468,7 +468,7 @@ are always available. They are listed here in alphabetical order.
:noindex:
Create a new dictionary. The :class:`dict` object is the dictionary class.
See :class:`dict` and :ref:`typesmapping` for documentation about this class.
See also :ref:`typesmapping` for documentation about this class.
For other containers see the built-in :class:`list`, :class:`set`, and
:class:`tuple` classes, as well as the :mod:`collections` module.
@@ -844,7 +844,7 @@ are always available. They are listed here in alphabetical order.
:noindex:
Return a new :class:`frozenset` object, optionally with elements taken from
*iterable*. ``frozenset`` is a built-in class. See :class:`frozenset` and
*iterable*. :class:`frozenset` is a built-in class. See also
:ref:`types-set` for documentation about this class.
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.
:noindex:
Return a new :class:`set` object, optionally with elements taken from
*iterable*. ``set`` is a built-in class. See :class:`set` and
*iterable*. :class:`set` is a built-in class. See also
:ref:`types-set` for documentation about this class.
For other containers see the built-in :class:`frozenset`, :class:`list`,