From e75e7d459c02bfe5130d41dfb99344cff0fa774e Mon Sep 17 00:00:00 2001 From: Xiang ZHU Date: Thu, 14 Sep 2023 22:26:00 +0200 Subject: [PATCH] typo --- _posts/2023/2023-09-14-python-asyncio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023/2023-09-14-python-asyncio.md b/_posts/2023/2023-09-14-python-asyncio.md index 16567818..89e96ab9 100644 --- a/_posts/2023/2023-09-14-python-asyncio.md +++ b/_posts/2023/2023-09-14-python-asyncio.md @@ -17,7 +17,7 @@ gallery: title: '' --- -This is not a Python asyncio tuto. Just some personal quick tips here, and could be updated from time to time. +This is not a Python asyncio tutorial. Just some personal quick tips here, and could be updated from time to time. {: .notice--info} ## greenlet vs gevent