Return punctuation and line break to the original

This commit is contained in:
ksivaa 2022-01-20 14:41:11 +02:00 committed by GitHub
parent beafe2f1ba
commit 856665b7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
------