Skip to content

Commit d986124

Browse files
authored
Docs: avoid repetitions of class references in functions.rst (#150891)
1 parent 6b217ea commit d986124

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/functions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ are always available. They are listed here in alphabetical order.
485485
:noindex:
486486
487487
Create a new dictionary. The :class:`dict` object is the dictionary class.
488-
See :class:`dict` and :ref:`typesmapping` for documentation about this class.
488+
See also :ref:`typesmapping` for documentation about this class.
489489

490490
For other containers see the built-in :class:`frozendict`, :class:`list`,
491491
:class:`set`, and :class:`tuple` classes, as well as the :mod:`collections` module.
@@ -873,7 +873,7 @@ are always available. They are listed here in alphabetical order.
873873
:noindex:
874874
875875
Create a new frozen dictionary. The :class:`frozendict` object is a built-in class.
876-
See :class:`frozendict` and :ref:`typesmapping` for documentation about this class.
876+
See also :ref:`typesmapping` for documentation about this class.
877877

878878
For other containers see the built-in :class:`dict`, :class:`list`, :class:`set`,
879879
and :class:`tuple` classes, as well as the :mod:`collections` module.
@@ -886,7 +886,7 @@ are always available. They are listed here in alphabetical order.
886886
:noindex:
887887

888888
Return a new :class:`frozenset` object, optionally with elements taken from
889-
*iterable*. ``frozenset`` is a built-in class. See :class:`frozenset` and
889+
*iterable*. :class:`frozenset` is a built-in class. See also
890890
:ref:`types-set` for documentation about this class.
891891

892892
For other containers see the built-in :class:`set`, :class:`list`,
@@ -1814,7 +1814,7 @@ are always available. They are listed here in alphabetical order.
18141814
:noindex:
18151815

18161816
Return a new :class:`set` object, optionally with elements taken from
1817-
*iterable*. ``set`` is a built-in class. See :class:`set` and
1817+
*iterable*. :class:`set` is a built-in class. See also
18181818
:ref:`types-set` for documentation about this class.
18191819

18201820
For other containers see the built-in :class:`frozenset`, :class:`list`,

0 commit comments

Comments
 (0)