Skip to content

Commit 46ced1a

Browse files
committed
Fix sphinx warnings
1 parent ee9d0e4 commit 46ced1a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pyrogram/types/messages_and_media/message.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,13 +712,15 @@ async def get_media_group(self) -> List["types.Message"]:
712712
Use as a shortcut for:
713713
714714
.. code-block:: python
715+
715716
client.get_media_group(
716717
chat_id=message.chat.id,
717718
message_id=message.message_id
718719
)
719720
720721
Example:
721722
.. code-block:: python
723+
722724
message.get_media_group()
723725
724726
Returns:

pyrogram/types/user_and_chats/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def iter_members(
871871
limit (``int``, *optional*):
872872
Limits the number of members to be retrieved.
873873
Only applicable to supergroups and channels.
874-
Defaults to 200, which is also the maximum server limit allowed per method call.
874+
Defaults to 200, which is also the maximum server limit allowed per method call [1]_.
875875
876876
query (``str``, *optional*):
877877
Query string to filter members based on their display names and usernames.

0 commit comments

Comments
 (0)