From 925bd9045e0fad33e7a882751d1c351d015a0ab6 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:45:44 +0000 Subject: [PATCH] Update sayncio_patch.py.md --- sayncio_patch.py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sayncio_patch.py.md b/sayncio_patch.py.md index dcdbd50..89311cc 100644 --- a/sayncio_patch.py.md +++ b/sayncio_patch.py.md @@ -1,6 +1,6 @@ # AsyncPatch -# A mixin written by me to use to enable async on all your non async classes! It's not only a patch to use it but actually really executes the code in the event loop! +A mixin written by me to use to enable async on all your non async classes! It's not only a patch to use it but actually really executes the code in the event loop! ## How to use ```python