From 7b298e4e3604a43ff5ad8bce4e07c6c2fb5f3080 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Mon, 22 May 2023 20:36:19 +0100 Subject: [PATCH] Fix typo --- Concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concurrency.md b/Concurrency.md index e9c4641..abd2e23 100644 --- a/Concurrency.md +++ b/Concurrency.md @@ -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. 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