From abcb28631fef5e45f51db48adfcb1d189a4f4273 Mon Sep 17 00:00:00 2001 From: Qwerty-Space Date: Sun, 8 Oct 2017 00:43:01 +0100 Subject: [PATCH] titlecase.com Learn to title, Konami --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 21e76aca..9fa99a16 100755 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Installing pip install telethon -Creating a client +Creating a Client ----------------- .. code:: python @@ -36,7 +36,7 @@ Creating a client me = client.sign_in(code=77777) # Put whatever code you received here. -Doing stuff +Doing Stuff ----------- .. code:: python @@ -51,7 +51,7 @@ Doing stuff client.download_media(messages[0]) -Next steps +Next Steps ---------- Do you like how Telethon looks? Check the