mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Spelling correction in docs (#524)
A spelling correction was made under the "Using add_handler()" section.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user