Skip to content

Commit b439e44

Browse files
committed
Fix tiny typo
1 parent a398bc5 commit b439e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/client/methods/messages/send_video_note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def send_video_note(
106106
107107
Returns:
108108
:obj:`Message` | ``None``: On success, the sent video note message is returned, otherwise, in case the
109-
pload is deliberately stopped with :meth:`~Client.stop_transmission`, None is returned.
109+
upload is deliberately stopped with :meth:`~Client.stop_transmission`, None is returned.
110110
111111
Raises:
112112
RPCError: In case of a Telegram RPC error.

0 commit comments

Comments
 (0)