From 20ec656d91040c826bb68f39fa4a784eff6478bb Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 8 Mar 2018 10:11:47 +0100 Subject: [PATCH] Fix little typos --- pyrogram/client/client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 0170169e..9dd7377d 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -1324,9 +1324,9 @@ class Client: Video height. thumb (:obj:`str`, optional): - Video thumbmail. - Pass a file path as string to send a image that exists on your local machine. - Thumbmail should have 90 or less pixels of width and 90 or less pixels of height. + Video thumbnail. + Pass a file path as string to send an image that exists on your local machine. + Thumbnail should have 90 or less pixels of width and 90 or less pixels of height. supports_streaming (:obj:`bool`, optional): Pass True, if the uploaded video is suitable for streaming.