Skip to content

Commit 426cf84

Browse files
Docs: add frozendict to data types theme (#154063)
1 parent 54b00c0 commit 426cf84

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/datatypes.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ The modules described in this chapter provide a variety of specialized data
88
types such as dates and times, fixed-type arrays, heap queues, double-ended
99
queues, and enumerations.
1010

11-
Python also provides some built-in data types, in particular,
12-
:class:`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and
13-
:class:`tuple`. The :class:`str` class is used to hold
11+
Python also provides :ref:`some built-in data types <bltin-types>`, in particular,
12+
:class:`list`, :class:`tuple`, :class:`dict`, :class:`frozendict`,
13+
:class:`set`, and :class:`frozenset`.
14+
The :class:`str` class is used to hold
1415
Unicode strings, and the :class:`bytes` and :class:`bytearray` classes are used
1516
to hold binary data.
1617

0 commit comments

Comments
 (0)