Merge pull request #5242 from lesamouraipourpre/patch-2

Minor typo in README.rst
This commit is contained in:
Limor "Ladyada" Fried 2021-08-27 11:30:24 -04:00 committed by GitHub
commit 12f3213aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ CircuitPython:
- Supports native USB on most boards and BLE otherwise, allowing file editing without special tools. - Supports native USB on most boards and BLE otherwise, allowing file editing without special tools.
- Floats (aka decimals) are enabled for all builds. - Floats (aka decimals) are enabled for all builds.
- Error messages are translated into 10+ languages. - Error messages are translated into 10+ languages.
- Concurrenncy within Python is not well supported. Interrupts and threading are disabled. - Concurrency within Python is not well supported. Interrupts and threading are disabled.
async/await keywords are available on some boards for cooperative multitasking. Some concurrency async/await keywords are available on some boards for cooperative multitasking. Some concurrency
is achieved with native modules for tasks that require it such as audio file playback. is achieved with native modules for tasks that require it such as audio file playback.