Skip to content

Commit 61df195

Browse files
authored
Spelling correction in docs (pyrogram#524)
A spelling correction was made under the "Using add_handler()" section.
1 parent 6299977 commit 61df195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/start/updates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Using add_handler()
7272
^^^^^^^^^^^^^^^^^^^
7373

7474
The :meth:`~pyrogram.Client.add_handler` method takes any handler instance that wraps around your defined callback
75-
function and registers it in your Client. It us useful in case you want to programmatically add handlers (or in case,
75+
function and registers it in your Client. It is useful in case you want to programmatically add handlers (or in case,
7676
for some reason, you don't like to use decorators).
7777

7878
.. code-block:: python

0 commit comments

Comments
 (0)