Skip to content

Commit a5c8e98

Browse files
erjanmxEldinnie
authored andcommitted
Fix sendPhoto method description (python-telegram-bot#919)
1 parent 40113bb commit a5c8e98

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
@@ -340,7 +340,7 @@ def send_photo(self,
340340
"""Use this method to send photos.
341341
342342
Note:
343-
The video argument can be either a file_id, an URL or a file from disk
343+
The photo argument can be either a file_id, an URL or a file from disk
344344
``open(filename, 'rb')``
345345
346346
Args:

0 commit comments

Comments
 (0)