Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Mar 19, 2024
1 parent c61cab1 commit 30f2224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ To understand asynchronous programming better, add sleep into your handlers as f
import asyncio

await asyncio.sleep(10)

```
```python
import time

time.sleep(10)
Expand Down

0 comments on commit 30f2224

Please sign in to comment.