mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Return punctuation and line break to the original
This commit is contained in:
parent
beafe2f1ba
commit
856665b7d3
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ Event observers
|
|||
|
||||
Here is the list of available observers and examples of how to register handlers (In examples used only @decorator-style):
|
||||
|
||||
In these examples only decorator-style registering handlers are used, but if you dont like @decorators just use :obj:`<event type>.register(...)` method instead
|
||||
.
|
||||
In these examples only decorator-style registering handlers are used, but if you don't like @decorators just use :obj:`<event type>.register(...)` method instead.
|
||||
|
||||
Update
|
||||
------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue