Missing space

This commit is contained in:
Lonami Exo 2018-03-01 13:15:27 +01:00
parent 981983f96f
commit 39dc886816

View File

@ -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)
)