@@ -468,7 +468,7 @@ are always available. They are listed here in alphabetical order.
468468 :noindex:
469469
470470 Create a new dictionary. The :class: `dict ` object is the dictionary class.
471- See :class: ` dict ` and :ref: `typesmapping ` for documentation about this class.
471+ See also :ref: `typesmapping ` for documentation about this class.
472472
473473 For other containers see the built-in :class: `list `, :class: `set `, and
474474 :class: `tuple ` classes, as well as the :mod: `collections ` module.
@@ -844,7 +844,7 @@ are always available. They are listed here in alphabetical order.
844844 :noindex:
845845
846846 Return a new :class: `frozenset ` object, optionally with elements taken from
847- *iterable *. `` frozenset `` is a built-in class. See :class: ` frozenset ` and
847+ *iterable *. :class: ` frozenset ` is a built-in class. See also
848848 :ref: `types-set ` for documentation about this class.
849849
850850 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.
17971797 :noindex:
17981798
17991799 Return a new :class: `set ` object, optionally with elements taken from
1800- *iterable *. `` set `` is a built-in class. See :class: ` set ` and
1800+ *iterable *. :class: ` set ` is a built-in class. See also
18011801 :ref: `types-set ` for documentation about this class.
18021802
18031803 For other containers see the built-in :class: `frozenset `, :class: `list `,
0 commit comments