From c90efda05b3f467a4f4def998b1f0d5c9aa1dc91 Mon Sep 17 00:00:00 2001 From: Aditya Date: Tue, 13 Sep 2022 20:21:40 +0530 Subject: [PATCH] fix reference to docs --- telethon/_client/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/_client/users.py b/telethon/_client/users.py index 42a83de2..4dfc7c40 100644 --- a/telethon/_client/users.py +++ b/telethon/_client/users.py @@ -283,7 +283,7 @@ async def _get_input_peer( raise ValueError( 'Could not find the input peer for {} ({}). Please read https://' - 'docs.telethon.dev/en/latest/concepts/entities.html to' + 'docs.telethon.dev/en/stable/concepts/entities.html to' ' find out more details.' .format(peer, type(peer).__name__) )