From 172febefacdd477eb26a9c0211f08faa71a48ea4 Mon Sep 17 00:00:00 2001 From: James Carr <70200140+lesamouraipourpre@users.noreply.github.com> Date: Fri, 27 Aug 2021 12:49:50 +0100 Subject: [PATCH] Minor typo in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 52a48b2b3d..69acb8550b 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ CircuitPython: - Supports native USB on most boards and BLE otherwise, allowing file editing without special tools. - Floats (aka decimals) are enabled for all builds. - 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 is achieved with native modules for tasks that require it such as audio file playback.