mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 00:14:50 +00:00
Fix wrong lines emphasize
This commit is contained in:
parent
42cd135009
commit
75ad20bc57
1 changed files with 1 additions and 1 deletions
|
|
@ -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**!")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue