Fix sendPhoto method description (#919)

This commit is contained in:
Erjan Kalybek 2017-12-06 15:24:34 +03:00 committed by Eldinnie
parent 40113bb3ad
commit a5c8e98ee7

View file

@ -340,7 +340,7 @@ class Bot(TelegramObject):
"""Use this method to send photos.
Note:
The video argument can be either a file_id, an URL or a file from disk
The photo argument can be either a file_id, an URL or a file from disk
``open(filename, 'rb')``
Args: