taskiq
taskiq copied to clipboard
Fixed wrongly mentioned exception in getting-started.md
Description
TimeoutException is mentioned in Getting Started > Timeouts, but it actually doesn't exist. Exceeded task timeout will raise TimeoutError, because this is what asyncio.wait.for() does.
Sorry for disturbing )