fix a typo

This commit is contained in:
Hossein Pourbozorg 2018-01-29 13:41:37 +03:30 committed by GitHub
parent 7286f77008
commit fa1a1059b5
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 ``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.