docs: update sayncio_patch.py.md with corrected module name and usage examples

This commit is contained in:
retoor 2024-12-04 20:45:44 +00:00
parent 2016ab1b24
commit e9452fd68f

View File

@ -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