mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
README: Clean up a few bits of grammar.
The word "Select" could be confusing in this context, eg it could be misunderstood as the `select` module. Signed-off-by: tharuka <78165134+tharuka-pavith@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ Python 3.5 and some select features from later versions). The following core
|
|||||||
datatypes are provided: `str`(including basic Unicode support), `bytes`,
|
datatypes are provided: `str`(including basic Unicode support), `bytes`,
|
||||||
`bytearray`, `tuple`, `list`, `dict`, `set`, `frozenset`, `array.array`,
|
`bytearray`, `tuple`, `list`, `dict`, `set`, `frozenset`, `array.array`,
|
||||||
`collections.namedtuple`, classes and instances. Builtin modules include
|
`collections.namedtuple`, classes and instances. Builtin modules include
|
||||||
`os`, `sys`, `time`, `re`, and `struct`, etc. Select ports have support for
|
`os`, `sys`, `time`, `re`, and `struct`, etc. Some ports have support for
|
||||||
`_thread` module (multithreading), `socket` and `ssl` for networking, and
|
`_thread` module (multithreading), `socket` and `ssl` for networking, and
|
||||||
`asyncio`. Note that only a subset of Python 3 functionality is implemented
|
`asyncio`. Note that only a subset of Python 3 functionality is implemented
|
||||||
for the data types and modules.
|
for the data types and modules.
|
||||||
@@ -35,8 +35,8 @@ DAC, PWM, SPI, I2C, CAN, Bluetooth, and USB.
|
|||||||
Getting started
|
Getting started
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
See the [online documentation](https://docs.micropython.org/) for API
|
See the [online documentation](https://docs.micropython.org/) for the API
|
||||||
references and information about using MicroPython and information about how
|
reference and information about using MicroPython and information about how
|
||||||
it is implemented.
|
it is implemented.
|
||||||
|
|
||||||
We use [GitHub Discussions](https://github.com/micropython/micropython/discussions)
|
We use [GitHub Discussions](https://github.com/micropython/micropython/discussions)
|
||||||
|
Reference in New Issue
Block a user