@@ -19,7 +19,7 @@ Python 3.5 and some select features from later versions). The following core
19
19
datatypes are provided: ` str ` (including basic Unicode support), ` bytes ` ,
20
20
` bytearray ` , ` tuple ` , ` list ` , ` dict ` , ` set ` , ` frozenset ` , ` array.array ` ,
21
21
` collections.namedtuple ` , classes and instances. Builtin modules include
22
- ` os ` , ` sys ` , ` time ` , ` re ` , and ` struct ` , etc. Select ports have support for
22
+ ` os ` , ` sys ` , ` time ` , ` re ` , and ` struct ` , etc. Some ports have support for
23
23
` _thread ` module (multithreading), ` socket ` and ` ssl ` for networking, and
24
24
` asyncio ` . Note that only a subset of Python 3 functionality is implemented
25
25
for the data types and modules.
@@ -35,8 +35,8 @@ DAC, PWM, SPI, I2C, CAN, Bluetooth, and USB.
35
35
Getting started
36
36
---------------
37
37
38
- See the [ online documentation] ( https://docs.micropython.org/ ) for API
39
- references and information about using MicroPython and information about how
38
+ See the [ online documentation] ( https://docs.micropython.org/ ) for the API
39
+ reference and information about using MicroPython and information about how
40
40
it is implemented.
41
41
42
42
We use [ GitHub Discussions] ( https://github.com/micropython/micropython/discussions )
0 commit comments