Fix wrong lines emphasize

This commit is contained in:
Dan 2020-03-30 14:39:36 +02:00
parent 42cd135009
commit 75ad20bc57

View File

@ -80,7 +80,7 @@ class SendMessage(BaseClient):
Example: Example:
.. code-block:: python .. code-block:: python
:emphasize-lines: 2,5,8,11,21-23,26-33 :emphasize-lines: 2,5,8,11,21-23,26-32
# Simple example # Simple example
app.send_message("haskell", "Thanks for creating **Pyrogram**!") app.send_message("haskell", "Thanks for creating **Pyrogram**!")