From b484baea37a597aea79ffed950920c18a02cdd72 Mon Sep 17 00:00:00 2001 From: pieter Date: Fri, 24 Jul 2015 13:56:47 +0200 Subject: [PATCH] Fix doc error. --- telebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/__init__.py b/telebot/__init__.py index 7756ab3..5dcfe72 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -238,7 +238,7 @@ class TeleBot: def send_document(self, chat_id, data, reply_to_message_id=None, reply_markup=None): """ Use this method to send general files. - :param c.append()hat_id: + :param chat_id: :param data: :param reply_to_message_id: :param reply_markup: