Fixed docs Quick start page code blocks

This commit is contained in:
Lamroy95 2020-09-08 00:17:37 +03:00
parent 17eb8a56d0
commit b5069454c9

View file

@ -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-