fix reference to docs

This commit is contained in:
Aditya 2022-09-13 20:21:40 +05:30 committed by GitHub
parent dd51aea4db
commit c90efda05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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