]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Docs: avoid repetitions of class references in functions.rst (GH-150891) ...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Fri, 12 Jun 2026 15:04:49 +0000 (18:04 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2026 15:04:49 +0000 (18:04 +0300)
Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
Doc/library/functions.rst

index 4b849770c1936ac0dc0a90bfb4fd72025d127001..5c28266b488f8d77c1ec13224be8274a23d12099 100644 (file)
@@ -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`,