1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

fix typo in docs

This commit is contained in:
Artem Lukin 2023-06-18 01:57:08 +02:00 committed by GitHub
parent 5a81353420
commit 5ea1abaadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`