From c1ba2fc64c92b42ced5439ac198a700dd2090938 Mon Sep 17 00:00:00 2001 From: Mohsen <97420292+MohsenHNSJ@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:55:24 +0330 Subject: [PATCH] Fixed a small typo in FAQ section fixed 'he' to 'the' as 'he' means nothing here and should be 'the' I think. --- readthedocs/quick-references/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/quick-references/faq.rst b/readthedocs/quick-references/faq.rst index 0f033743..21635a88 100644 --- a/readthedocs/quick-references/faq.rst +++ b/readthedocs/quick-references/faq.rst @@ -272,7 +272,7 @@ connects to Telegram, both agree on the layer to use. If the layers don't match, Telegram may send certain objects which Telethon no longer understands. When this message is reported as a "bug", the most common patterns seem to be -that he Telethon session is being used or has been used from somewhere else. +that the Telethon session is being used or has been used from somewhere else. Make sure that you created the session from Telethon, and are not using the same session anywhere else. If you need to use the same account from multiple places, login and use a different session for each place you need.