From a3268f2e956dc1e35bcf14bb8ae8aad793ffc712 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Fri, 12 Jun 2026 16:53:06 +0200 Subject: [PATCH] [3.13] Docs: avoid repetitions of class references in functions.rst (GH-150891) (cherry picked from commit d986124d83465190987357f987ee24bd7a817cac) Co-authored-by: Maciej Olko --- Doc/library/functions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 39f6fc7bb3ed2ef..df22ef6fcf812b0 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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`,