Skip to content

Commit f9a129a

Browse files
committed
Fix wrong emphasize lines
1 parent b9adc5c commit f9a129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/methods/messages/forward_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def forward_messages(
6363
6464
Example:
6565
.. code-block:: python
66-
:emphasize-lines: 2,5,8
66+
:emphasize-lines: 2,5
6767
6868
# Forward a single message
6969
app.forward_messages("me", "pyrogram", 20)

0 commit comments

Comments
 (0)