diff --git a/sayncio_patch.py.md b/asyncio_patch.py.md similarity index 99% rename from sayncio_patch.py.md rename to asyncio_patch.py.md index 89311cc..46b130b 100644 --- a/sayncio_patch.py.md +++ b/asyncio_patch.py.md @@ -1,4 +1,4 @@ -# AsyncPatch +# AsyncioPatch 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!