Skip to content

Commit 20ec656

Browse files
committed
Fix little typos
1 parent 7b29ada commit 20ec656

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyrogram/client/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,9 +1324,9 @@ def send_video(self,
13241324
Video height.
13251325
13261326
thumb (:obj:`str`, optional):
1327-
Video thumbmail.
1328-
Pass a file path as string to send a image that exists on your local machine.
1329-
Thumbmail should have 90 or less pixels of width and 90 or less pixels of height.
1327+
Video thumbnail.
1328+
Pass a file path as string to send an image that exists on your local machine.
1329+
Thumbnail should have 90 or less pixels of width and 90 or less pixels of height.
13301330
13311331
supports_streaming (:obj:`bool`, optional):
13321332
Pass True, if the uploaded video is suitable for streaming.

0 commit comments

Comments
 (0)