Skip to content

Commit

Permalink
Merge pull request #1996 from artemetra/master
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
Badiboy authored Jun 18, 2023
2 parents 5a81353 + 5ea1aba commit 0b34da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6598,7 +6598,7 @@ def register_chat_member_handler(self, callback: Callable, func: Optional[Callab
Registers chat member handler.
:param callback: function to be called
:type callback: :obj:`function``
:type callback: :obj:`function`
:param func: Function executed as a filter
:type func: :obj:`function`
Expand Down

0 comments on commit 0b34da3

Please sign in to comment.