Minor document fixes · AnsCodex/pyrogram@1c52d21 · GitHub
Skip to content

Commit 1c52d21

Browse files
committed
Minor document fixes
1 parent ddb2d84 commit 1c52d21

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/api/handlers.rst

Lines changed: 2 additions & 2 deletions

pyrogram/methods/decorators/on_chat_member_updated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def on_chat_member_updated(
3232
"""Decorator for handling event changes on chat members.
3333
3434
This does the same thing as :meth:`~pyrogram.Client.add_handler` using the
35-
:obj:`~pyrogram.handlers.ChatMemberUpdated`.
35+
:obj:`~pyrogram.handlers.ChatMemberUpdatedHandler`.
3636
3737
Parameters:
3838
filters (:obj:`~pyrogram.filters`, *optional*):

pyrogram/methods/decorators/on_chosen_inline_result.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)