Small documentation fix

This commit is contained in:
Dan 2019-07-09 19:03:15 +02:00
parent 13d6ce1495
commit 82efc9a154

View File

@ -86,7 +86,7 @@ class DownloadMedia(BaseClient):
Raises:
RPCError: In case of a Telegram RPC error.
``ValueError`` if the message doesn't contain any downloadable media
ValueError: if the message doesn't contain any downloadable media
"""
error_message = "This message doesn't contain any downloadable media"
available_media = ("audio", "document", "photo", "sticker", "animation", "video", "voice", "video_note")