Small fix

This commit is contained in:
nocturn9x 2020-03-24 13:20:19 +00:00
parent c6e04a5057
commit 14e96abd22
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ This library implements what is known as a stackless mode of execution, or "gree
Right now this is no more than a toy implementation to help me understand how Python and async work, but it will (hopefully) become a production ready library soon
## Let's Code!
## A small explanation
Libraries like giambio shine the most when it comes to performing asyncronous I/O (reading a socket, writing to a file, stuff like that).