Skip to content

Commit 82efc9a

Browse files
committed
Small documentation fix
1 parent 13d6ce1 commit 82efc9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/client/methods/messages/download_media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def download_media(
8686
8787
Raises:
8888
RPCError: In case of a Telegram RPC error.
89-
``ValueError`` if the message doesn't contain any downloadable media
89+
ValueError: if the message doesn't contain any downloadable media
9090
"""
9191
error_message = "This message doesn't contain any downloadable media"
9292
available_media = ("audio", "document", "photo", "sticker", "animation", "video", "voice", "video_note")

0 commit comments

Comments
 (0)