We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09897db + 172febe commit 12f3213Copy full SHA for 12f3213
README.rst
@@ -108,7 +108,7 @@ CircuitPython:
108
- Supports native USB on most boards and BLE otherwise, allowing file editing without special tools.
109
- Floats (aka decimals) are enabled for all builds.
110
- Error messages are translated into 10+ languages.
111
-- Concurrenncy within Python is not well supported. Interrupts and threading are disabled.
+- Concurrency within Python is not well supported. Interrupts and threading are disabled.
112
async/await keywords are available on some boards for cooperative multitasking. Some concurrency
113
is achieved with native modules for tasks that require it such as audio file playback.
114
0 commit comments