@@ -33,7 +33,7 @@ Functions and types
3333
3434.. class :: bytes()
3535
36- |see_cpython | `bytes `.
36+ |see_cpython | `python: bytes `.
3737
3838.. function :: callable()
3939
@@ -68,7 +68,7 @@ Functions and types
6868
6969.. class :: frozenset()
7070
71- `frozenset() ` is not enabled on non-Express CircuitPython boards.
71+ `frozenset() ` is not enabled on the smallest CircuitPython boards for space reasons .
7272
7373.. function :: getattr()
7474
@@ -88,12 +88,12 @@ Functions and types
8888
8989 .. classmethod :: from_bytes(bytes, byteorder)
9090
91- In CircuitPython, ``byteorder `` parameter must be positional (this is
91+ In CircuitPython, the ``byteorder `` parameter must be positional (this is
9292 compatible with CPython).
9393
9494 .. method :: to_bytes(size, byteorder)
9595
96- In CircuitPython, ``byteorder `` parameter must be positional (this is
96+ In CircuitPython, the ``byteorder `` parameter must be positional (this is
9797 compatible with CPython).
9898
9999.. function :: isinstance()
@@ -138,7 +138,7 @@ Functions and types
138138
139139.. function :: reversed()
140140
141- `reversed() ` is not enabled on non-Express CircuitPython boards.
141+ `reversed() ` is not enabled on the smallest CircuitPython boards for space reasons .
142142
143143.. function :: round()
144144
@@ -224,10 +224,14 @@ Exceptions
224224
225225.. exception :: SystemExit
226226
227+ |see_cpython | `python:SystemExit `.
228+
227229.. exception :: TimeoutError
228230
229231.. exception :: TypeError
230232
233+ |see_cpython | `python:TypeError `.
234+
231235.. exception :: UnicodeError
232236
233237.. exception :: ValueError
0 commit comments