mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 22:45:09 +01:00
Update Link-Check CI and Replace a Dead Link (#3456)
This commit is contained in:
parent
7b61a30fb1
commit
cb90814829
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs-linkcheck.yml
vendored
2
.github/workflows/docs-linkcheck.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue