diff --git a/platypush/plugins/application/__init__.py b/platypush/plugins/application/__init__.py
index 94a746916..85030fbfe 100644
--- a/platypush/plugins/application/__init__.py
+++ b/platypush/plugins/application/__init__.py
@@ -44,8 +44,9 @@ class ApplicationPlugin(Plugin):
         Install the dependencies of an extension.
 
         :param extension: Extension name. For plugins, it will be the plugin
-        name (e.g. ``light.hue`` or ``music.mpd``); for backend, the name will
-        be prefixed by ``backend.`` (e.g. ``backend.http`` or ``backend.tcp``).
+            name (e.g. ``light.hue`` or ``music.mpd``); for backend, the name
+            will be prefixed by ``backend.`` (e.g. ``backend.http`` or
+            ``backend.tcp``).
         """
         getter = get_plugin_class_by_name
         if extension.startswith('backend.'):