Fix tiny typo

This commit is contained in:
Dan 2019-06-21 03:43:43 +02:00
parent a398bc5fc7
commit b439e44015

View File

@ -106,7 +106,7 @@ class SendVideoNote(BaseClient):
Returns:
:obj:`Message` | ``None``: On success, the sent video note message is returned, otherwise, in case the
pload is deliberately stopped with :meth:`~Client.stop_transmission`, None is returned.
upload is deliberately stopped with :meth:`~Client.stop_transmission`, None is returned.
Raises:
RPCError: In case of a Telegram RPC error.