Fix several minor typos (#1603)

This commit is contained in:
Qwerty-Space
2020-10-18 20:11:59 +01:00
committed by GitHub
parent 4db51dff8a
commit d56b27e570
9 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ use these if possible.
# Getting information about yourself
me = await client.get_me()
# "me" is an User object. You can pretty-print
# "me" is a user object. You can pretty-print
# any Telegram object with the "stringify" method:
print(me.stringify())