We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6299977 commit 61df195Copy full SHA for 61df195
docs/source/start/updates.rst
@@ -72,7 +72,7 @@ Using add_handler()
72
^^^^^^^^^^^^^^^^^^^
73
74
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,
+function and registers it in your Client. It is useful in case you want to programmatically add handlers (or in case,
76
for some reason, you don't like to use decorators).
77
78
.. code-block:: python
0 commit comments