Skip to content

Commit bd96771

Browse files
committed
Fix typo
1 parent 191e442 commit bd96771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def sendDocument(self,
415415
chat_id: Unique identifier for the message recipient - Chat id.
416416
document: File to send. You can either pass a file_id as String to resend a file that
417417
is already on the Telegram servers, or upload a new file using multipart/form-data.
418-
filename (Optional[str]): File name that shows in telegram message (it is usefull when
418+
filename (Optional[str]): File name that shows in telegram message (it is useful when
419419
you send file generated by temp module, for example).
420420
caption (Optional[str]): Document caption (may also be used when resending documents by
421421
file_id), 0-200 characters.

0 commit comments

Comments
 (0)