Commit 83b9600
authored
Fixed wrongly mentioned exception in getting-started.md (#531)
TimeoutException is mentioned in Getting Started, but it actually doesn't exist. Exceeded task timeout will raise TimeoutError, because this is what asyncio.wait.for() does.1 parent 2ed2bd6 commit 83b9600
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
0 commit comments