]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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:54 +0000 (18:04 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2026 15:04:54 +0000 (18:04 +0300)
Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
Doc/library/functions.rst

index 39f6fc7bb3ed2ef8c76c0d3852a17455b5028893..df22ef6fcf812b0a559c5d1ac36438e5ef62bc27 100644 (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`,