mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Fix typo
parent
aef0b780b4
commit
7b298e4e36
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ In addition to that, PTB offers `Application.create_task` to run specific corout
|
||||||
Please consult the documentation of [`Application.create_task`](https://python-telegram-bot.readthedocs.io/en/latest/telegram.ext.application.html#telegram.ext.Application.create_task) for more details.
|
Please consult the documentation of [`Application.create_task`](https://python-telegram-bot.readthedocs.io/en/latest/telegram.ext.application.html#telegram.ext.Application.create_task) for more details.
|
||||||
|
|
||||||
This wrapper gives you fine-grained control about how you use concurrency in PTB.
|
This wrapper gives you fine-grained control about how you use concurrency in PTB.
|
||||||
The next section gives you in idea about why that is helpful.
|
The next section gives you an idea about why that is helpful.
|
||||||
|
|
||||||
## Tailor-made Concurrency
|
## Tailor-made Concurrency
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue