From d5cddc23faaed4ebb5ca7546445d5b9e5dc825f3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 15 Nov 2021 01:21:31 +0100 Subject: [PATCH] Fixed autodoc indentation --- platypush/event/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/event/__init__.py b/platypush/event/__init__.py index 7658ba088..26d77a06f 100644 --- a/platypush/event/__init__.py +++ b/platypush/event/__init__.py @@ -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