From 39dc88681633c518274338bd75bfc5d3c8de42bb Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Thu, 1 Mar 2018 13:15:27 +0100 Subject: [PATCH] Missing space --- telethon/telegram_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/telegram_client.py b/telethon/telegram_client.py index d3619569..4e0545e7 100644 --- a/telethon/telegram_client.py +++ b/telethon/telegram_client.py @@ -2009,7 +2009,7 @@ class TelegramClient(TelegramBareClient): return utils.get_input_peer(entity) raise TypeError( - 'Could not find the input entity corresponding to "{}".' + 'Could not find the input entity corresponding to "{}". ' 'Make sure you have encountered this peer before.'.format(peer) )