Merge pull request #1996 from artemetra/master

Fix typo in docs
This commit is contained in:
Badiboy 2023-06-18 23:19:00 +03:00 committed by GitHub
commit 0b34da3900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6598,7 +6598,7 @@ class TeleBot:
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`