2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Fix spelling: an handler -> a handler

Thanks @rastamanjohn for the hint
This commit is contained in:
Dan
2019-05-20 19:19:26 +02:00
parent 5975a41090
commit 8866a749e0
2 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ using `Handlers <../api/handlers>`_.
Each handler deals with a specific event and once a matching update arrives from Telegram, your registered callback
function will be called back by the framework and its body executed.
Registering an Handler
----------------------
Registering a Handler
---------------------
To explain how handlers work let's have a look at the most used one, the
:obj:`MessageHandler <pyrogram.MessageHandler>`, which will be in charge for handling :obj:`Message <pyrogram.Message>`