Skip to content

Commit b2c4d26

Browse files
committed
Fix Message.download() docstrings
1 parent 01ca652 commit b2c4d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/types/messages_and_media/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3340,7 +3340,7 @@ async def download(
33403340
33413341
.. code-block:: python
33423342
3343-
await lient.download_media(message)
3343+
await client.download_media(message)
33443344
33453345
Example:
33463346
.. code-block:: python

0 commit comments

Comments
 (0)