From a7888bfaf8f5e5c602619ce02bcfc24edbc5d209 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Tue, 30 Jan 2018 09:11:40 +0100 Subject: [PATCH] Fix tiny typo on the documentation --- 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..ae2b03ad 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 to 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.