From fb4eff4bbeccf5a012e2576e3b14cbfe7c49207c Mon Sep 17 00:00:00 2001 From: David Brochart Date: Sun, 9 Feb 2025 10:05:31 +0100 Subject: [PATCH] Fixed a typo --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index fbfbdbc..d592a3b 100644 --- a/Home.md +++ b/Home.md @@ -61,7 +61,7 @@ as cooperative multi-tasking and the Python implementation is a library called Either way you probably have some reading to do. Learn `asyncio` or learn how to write reliable code using the magic features. * [Asyncio official docs](http://docs.micropython.org/en/latest/library/asyncio.html). - * [Asyncio unofiicial tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md). + * [Asyncio unofficial tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md). * [Interrupts official guide](http://docs.micropython.org/en/latest/reference/isr_rules.html) - also applies to timer callbacks. Writing code for threading and multi-core is particularly challenging. There is no