From f93cef935ef4fbfb985d1f719941ab445d9bebb5 Mon Sep 17 00:00:00 2001 From: sdmway Date: Tue, 30 Apr 2024 10:47:55 -0600 Subject: [PATCH] docs: Correct a typo error --- docs/dispatcher/dispatcher.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dispatcher/dispatcher.rst b/docs/dispatcher/dispatcher.rst index 2bb192de..0b650109 100644 --- a/docs/dispatcher/dispatcher.rst +++ b/docs/dispatcher/dispatcher.rst @@ -47,7 +47,7 @@ All updates can be propagated to the dispatcher by :obj:`Dispatcher.feed_update( .. code-block:: python bot = Bot(...) - dp = Dispathcher() + dp = Dispatcher() ...