From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:04:49 +0000 (+0300) Subject: [3.14] Docs: avoid repetitions of class references in functions.rst (GH-150891) ... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2104ce1b833a5851486a3a561d82102cfa9a02d5;p=thirdparty%2FPython%2Fcpython.git [3.14] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151406) Co-authored-by: Maciej Olko --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 4b849770c193..5c28266b488f 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -474,7 +474,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. @@ -852,7 +852,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`, @@ -1808,7 +1808,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`,