forked from platypush/platypush
[Doc fix] Fixed indent in the documentation of the application.install
action.
This commit is contained in:
parent
7eaf8dbdc0
commit
4c6d966038
1 changed files with 3 additions and 2 deletions
|
@ -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.'):
|
||||
|
|
Loading…
Reference in a new issue