From 53de38f6c9cd6f6cd2fd03633be238bce10f0e83 Mon Sep 17 00:00:00 2001 From: Rahiel Kasim Date: Mon, 16 May 2016 01:46:42 +0200 Subject: [PATCH] README: fix formatting inline code --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d87c5b311..736e5408b 100644 --- a/README.rst +++ b/README.rst @@ -197,7 +197,7 @@ _`API` Note: Using the ``Bot`` class directly is the 'old' method, we have an easier way to make bots described in the next section. All of this is however still important information, even if you're using the ``telegram.ext`` submodule! -The API is exposed via the ``telegram.Bot`` class. The methods have names as described in the official `Telegram Bot API `_, but equivalent snake_case methods are available for `PEP8 `_ enthusiasts. So for example `telegram.Bot.send_message` is the same as `telegram.Bot.sendMessage`. +The API is exposed via the ``telegram.Bot`` class. The methods have names as described in the official `Telegram Bot API `_, but equivalent snake_case methods are available for `PEP8 `_ enthusiasts. So for example ``telegram.Bot.send_message`` is the same as ``telegram.Bot.sendMessage``. To generate an Access Token you have to talk to `BotFather `_ and follow a few simple steps (described `here `_).