This commit is contained in:
nocturn9x 2020-11-13 23:34:29 +01:00
parent acdf56c87f
commit 5bfc12fc73
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ Our previous examples could be written using sync functions (like `time.sleep`)
quite useful is it?
But here comes the reason why you would want to use a library like giambio: it can run multiple async functions __at the same time__.
Yep, you read that right. To demnostrate this, have a look a this example
Yep, you read that right. To demonstrate this, have a look a this example
```python