From fa1a1059b593c1bd2313f919d94563ac9256cc90 Mon Sep 17 00:00:00 2001 From: Hossein Pourbozorg Date: Mon, 29 Jan 2018 13:41:37 +0330 Subject: [PATCH] fix a typo --- readthedocs/extra/advanced-usage/sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/extra/advanced-usage/sessions.rst b/readthedocs/extra/advanced-usage/sessions.rst index 7f1ded9b..b4275729 100644 --- a/readthedocs/extra/advanced-usage/sessions.rst +++ b/readthedocs/extra/advanced-usage/sessions.rst @@ -4,7 +4,7 @@ Session Files ============== -The first parameter you pass the the constructor of the ``TelegramClient`` is +The first parameter you pass the constructor of the ``TelegramClient`` is the ``session``, and defaults to be the session name (or full path). That is, if you create a ``TelegramClient('anon')`` instance and connect, an ``anon.session`` file will be created on the working directory.