1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Fix doc error.

This commit is contained in:
pieter 2015-07-24 13:56:47 +02:00
parent 2647777b2b
commit b484baea37

View File

@ -238,7 +238,7 @@ class TeleBot:
def send_document(self, chat_id, data, reply_to_message_id=None, reply_markup=None): def send_document(self, chat_id, data, reply_to_message_id=None, reply_markup=None):
""" """
Use this method to send general files. Use this method to send general files.
:param c.append()hat_id: :param chat_id:
:param data: :param data:
:param reply_to_message_id: :param reply_to_message_id:
:param reply_markup: :param reply_markup: