Better English.

pull/101/head
Colin Sindle 2021-07-29 16:54:39 +02:00
rodzic 94dbe5302c
commit 7de0267ae2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -65,7 +65,7 @@ if __name__ == '__main__':
```
### Concurrent Example:
Same as above, but run concurrently run your custom long running function:
Same as above, but also concurrently execute your custom long-running function:
```python
import asyncio