Fixed docs Quick start page code blocks (#417)

This commit is contained in:
Lamroy95 2020-09-10 22:33:25 +03:00 committed by GitHub
parent 56ffa00c8c
commit fc5ccc9d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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-