Fix error message

This commit is contained in:
unclamped 2022-07-18 18:54:07 -03:00 committed by GitHub
parent 08bb72ea6b
commit 7d0f63798c
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__)
)