Skip to content

Commit 6451d59

Browse files
committed
Fix typo
1 parent bb27633 commit 6451d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/client/types/input_media/input_media_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class InputMediaAudio(InputMedia):
23-
"""This object represents a video to be sent inside an album.
23+
"""This object represents an audio to be sent inside an album.
2424
It is intended to be used with :obj:`send_media_group() <pyrogram.Client.send_media_group>`.
2525
2626
Args:

0 commit comments

Comments
 (0)