From 20ec57f0c86e452d3eebc339326a0da15cbb3f18 Mon Sep 17 00:00:00 2001 From: dausruddin <5763466+dausruddin@users.noreply.github.com> Date: Sat, 14 Mar 2020 15:41:02 +0800 Subject: [PATCH] Added missing closing quote --- readthedocs/basic/signing-in.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/basic/signing-in.rst b/readthedocs/basic/signing-in.rst index 453d54fa..562d6b14 100644 --- a/readthedocs/basic/signing-in.rst +++ b/readthedocs/basic/signing-in.rst @@ -99,7 +99,7 @@ You will still need an API ID and hash, but the process is very similar: api_id = 12345 api_hash = '0123456789abcdef0123456789abcdef' - bot_token = '12345:0123456789abcdef0123456789abcdef + bot_token = '12345:0123456789abcdef0123456789abcdef' # We have to manually call "start" if we want an explicit bot token bot = TelegramClient('bot', api_id, api_hash).start(bot_token=bot_token)