Fixed autodoc indentation

This commit is contained in:
Fabio Manganiello 2021-11-15 01:21:31 +01:00
parent ea3b49a17f
commit d5cddc23fa
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ class EventGenerator(object):
def fire_event(self, event):
"""
Fires an event (instance of :class:`platypush.message.event.Event` or a
subclass) to the internal bus and triggers any handler callback
associated to the event type or any of its super-classes.
subclass) to the internal bus and triggers any handler callback
associated to the event type or any of its super-classes.
:param event: Event to fire
:type event: :class:`platypush.message.event.Event` or a subclass