From 954d3e80d5291fa8ea0e7921445be8e27a69fe0b Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 12 Dec 2017 15:32:27 +0100 Subject: [PATCH] Reformat example code --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e5acae15..37c1cbb3 100644 --- a/README.rst +++ b/README.rst @@ -169,7 +169,10 @@ The result is a much cleaner interface that allows you to: .. code:: python - client.send_message(chat_id="me", text="Hi there! I'm using Pyrogram") + client.send_message( + chat_id="me", + text="Hi there! I'm using Pyrogram" + ) Using Raw Functions -------------------