Update sessions.rst

remove additional 'the' in the sentence
This commit is contained in:
Alihossein Shahabi 2017-12-14 14:46:03 +03:30 committed by GitHub
parent 0e0bc6ecbc
commit 2aa78ff209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
data” you need to keep track of.