Skip to content

Commit 9538ed8

Browse files
committed
Fix missing backtick
1 parent 666c41a commit 9538ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/client/methods/chats/get_chat_members_count.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_chat_members_count(self, chat_id: int or str):
3232
On success, an integer is returned.
3333
3434
Raises:
35-
:class:`Error <pyrogram.Error>
35+
:class:`Error <pyrogram.Error>`
3636
``ValueError``: If a chat_id belongs to user.
3737
"""
3838
peer = self.resolve_peer(chat_id)

0 commit comments

Comments
 (0)