forked from platypush/platypush
Fixed autodoc indentation
This commit is contained in:
parent
ea3b49a17f
commit
d5cddc23fa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue