Update to v0.10 and some minor grammar fixes

This commit is contained in:
Lonami Exo
2017-06-03 13:36:41 +02:00
parent b472421b8a
commit 7acfd0c6c9
3 changed files with 8 additions and 6 deletions

View File

@@ -10,7 +10,9 @@ from ..utils import BinaryReader, BinaryWriter
def do_authentication(transport):
"""Executes the authentication process with the Telegram servers.
If no error is rose, returns both the authorization key and the time offset"""
If no error is raised, returns both the authorization key and the
time offset.
"""
sender = MtProtoPlainSender(transport)
sender.connect()