8000 Minor typo in README.rst · pypewpew/circuitpython@172febe · GitHub
[go: up one dir, main page]

Skip to content

Commit 172febe

Browse files
Minor typo in README.rst
1 parent c174b7c commit 172febe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

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

0 commit comments

Comments
 (0)
0