Skip to content

Commit

Permalink
Little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official committed Jul 26, 2022
1 parent fc01ec5 commit 6303ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/async_telebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ def setup_middleware(self, middleware: BaseMiddleware):
Take a look at the :class:`telebot.asyncio_handler_backends.BaseMiddleware` section for more.
:param middleware: Middleware-class.
:type middleware: :class:`telebot.middlewares.BaseMiddleware`
:type middleware: :class:`telebot.asyncio_handler_backends.BaseMiddleware`
:return: None
"""
Expand Down

0 comments on commit 6303ecc

Please sign in to comment.