1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update quick_start.rst

This commit is contained in:
_run 2022-02-20 00:40:25 +05:00 committed by GitHub
parent 9ecadf1bc1
commit 4adac4d852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@ Quick start
Synchronous TeleBot Synchronous TeleBot
------------------- -------------------
.. literalinclude:: ../examples/echo_bot.py .. literalinclude:: ../../examples/echo_bot.py
:language: python :language: python
Asynchronous TeleBot Asynchronous TeleBot
-------------------- --------------------
.. literalinclude:: ../examples/asynchronous_telebot/echo_bot.py .. literalinclude:: ../../examples/asynchronous_telebot/echo_bot.py
:language: python :language: python