Update Link-Check CI and Replace a Dead Link (#3456)

This commit is contained in:
Bibo-Joshi 2023-01-01 13:48:24 +01:00 committed by GitHub
parent 7b61a30fb1
commit cb90814829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
python-version: [3.7]
python-version: [3.9]
os: [ubuntu-latest]
fail-fast: False
steps:

View file

@ -70,7 +70,7 @@ class CommandHandler(BaseHandler[Update, CCT]):
Args:
command (:obj:`str` | Collection[:obj:`str`]):
The command or list of commands this handler should listen for. Case-insensitive.
Limitations are the same as described `here <https://core.telegram.org/bots#commands>`_
Limitations are the same as for :attr:`telegram.BotCommand.command`.
callback (:term:`coroutine function`): The callback function for this handler. Will be
called when :meth:`check_update` has determined that an update should be processed by
this handler. Callback signature::