Skip to content

Commit 206dc09

Browse files
th4rukadpgeorge
authored andcommitted
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 <[email protected]>
1 parent 3d93fed commit 206dc09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Python 3.5 and some select features from later versions). The following core
1919
datatypes are provided: `str`(including basic Unicode support), `bytes`,
2020
`bytearray`, `tuple`, `list`, `dict`, `set`, `frozenset`, `array.array`,
2121
`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
2323
`_thread` module (multithreading), `socket` and `ssl` for networking, and
2424
`asyncio`. Note that only a subset of Python 3 functionality is implemented
2525
for the data types and modules.
@@ -35,8 +35,8 @@ DAC, PWM, SPI, I2C, CAN, Bluetooth, and USB.
3535
Getting started
3636
---------------
3737

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
4040
it is implemented.
4141

4242
We use [GitHub Discussions](https://github.com/micropython/micropython/discussions)

0 commit comments

Comments
 (0)