From fd291fa014d0192c43cbbf3becd8ed8d628f8053 Mon Sep 17 00:00:00 2001 From: Alihossein Shahabi Date: Thu, 14 Dec 2017 14:46:57 +0330 Subject: [PATCH] Fix typo in sessions.rst (#491) --- readthedocs/extra/basic/sessions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs/extra/basic/sessions.rst b/readthedocs/extra/basic/sessions.rst index 0f9d458a..f55d9703 100644 --- a/readthedocs/extra/basic/sessions.rst +++ b/readthedocs/extra/basic/sessions.rst @@ -4,7 +4,7 @@ Session Files ============== -The first parameter you pass the the constructor of the +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 @@ -45,4 +45,4 @@ methods. For example, you could save it on a database: # load relevant data to the database You should read the ``session.py`` source file to know what “relevant -data” you need to keep track of. \ No newline at end of file +data” you need to keep track of.