From 61df1957a09342ab0864ad556314925f26390682 Mon Sep 17 00:00:00 2001 From: Victor Ajibade <43748536+ViaxCo@users.noreply.github.com> Date: Sat, 31 Oct 2020 17:09:34 +0100 Subject: [PATCH] Spelling correction in docs (#524) A spelling correction was made under the "Using add_handler()" section. --- docs/source/start/updates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/start/updates.rst b/docs/source/start/updates.rst index a13d7fd7..27dd0316 100644 --- a/docs/source/start/updates.rst +++ b/docs/source/start/updates.rst @@ -72,7 +72,7 @@ Using add_handler() ^^^^^^^^^^^^^^^^^^^ The :meth:`~pyrogram.Client.add_handler` method takes any handler instance that wraps around your defined callback -function and registers it in your Client. It us useful in case you want to programmatically add handlers (or in case, +function and registers it in your Client. It is useful in case you want to programmatically add handlers (or in case, for some reason, you don't like to use decorators). .. code-block:: python