Reformat example code

This commit is contained in:
Dan 2017-12-12 15:32:27 +01:00 committed by GitHub
parent bfe82182e1
commit 954d3e80d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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