Skip to content

Commit

Permalink
Update Link-Check CI and Replace a Dead Link (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Jan 1, 2023
1 parent 7b61a30 commit cb90814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-linkcheck.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion telegram/ext/_commandhandler.py
Expand Up @@ -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::
Expand Down

0 comments on commit cb90814

Please sign in to comment.