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 -------------------