mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed docs Quick start page code blocks (#417)
This commit is contained in:
parent
56ffa00c8c
commit
fc5ccc9d5a
1 changed files with 3 additions and 3 deletions
|
|
@ -28,13 +28,13 @@ If you want to handle all messages in the chat simply add handler without filter
|
|||
|
||||
.. literalinclude:: ../../examples/echo_bot.py
|
||||
:language: python
|
||||
:lines: 35-37
|
||||
:lines: 44-49
|
||||
|
||||
Last step: run long polling.
|
||||
|
||||
.. literalinclude:: ../../examples/echo_bot.py
|
||||
:language: python
|
||||
:lines: 40-41
|
||||
:lines: 52-53
|
||||
|
||||
Summary
|
||||
-------
|
||||
|
|
@ -42,4 +42,4 @@ Summary
|
|||
.. literalinclude:: ../../examples/echo_bot.py
|
||||
:language: python
|
||||
:linenos:
|
||||
:lines: -19,27-
|
||||
:lines: -27,43-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue