Skip to content

Commit

Permalink
Fixed docs Quick start page code blocks (aiogram#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamroy95 authored and uburuntu committed Oct 3, 2020
1 parent cbe1a36 commit 5fd51dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/quick_start.rst
Expand Up @@ -28,18 +28,18 @@ 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
-------

.. literalinclude:: ../../examples/echo_bot.py
:language: python
:linenos:
:lines: -19,27-
:lines: -27,43-

0 comments on commit 5fd51dc

Please sign in to comment.