Spelling correction in docs (#524)
A spelling correction was made under the "Using add_handler()" section.
This commit is contained in:
parent
62999772c2
commit
61df1957a0
@ -72,7 +72,7 @@ Using add_handler()
|
|||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The :meth:`~pyrogram.Client.add_handler` method takes any handler instance that wraps around your defined callback
|
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).
|
for some reason, you don't like to use decorators).
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
Loading…
Reference in New Issue
Block a user