Fix tiny typo on the documentation

This commit is contained in:
Lonami Exo 2018-01-30 09:11:40 +01:00
parent 7286f77008
commit a7888bfaf8

View File

@ -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.