diff --git a/Extensions---JobQueue.md b/Extensions---JobQueue.md index 73ea953..b83f4fa 100644 --- a/Extensions---JobQueue.md +++ b/Extensions---JobQueue.md @@ -17,7 +17,7 @@ In addition to the tutorial below, there is also the `timerbot.py` example at th > Since v20, you must install PTB with the optional requirement `job-queue`, i.e. > > ```sh -> pip install 'python-telegram-bot[job-queue]' +> pip install python-telegram-bot[job-queue] > ``` The `JobQueue` class is tightly integrated with other `telegram.ext` classes.