From 6d655330afe90a1277bcfbe3b5861b7552634f75 Mon Sep 17 00:00:00 2001 From: sdmway Date: Tue, 30 Apr 2024 14:35:56 -0600 Subject: [PATCH] docs: Correct a typo error (#1473) --- 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() ...