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
1 changed files with 2 additions and 2 deletions

View File

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