[Doc fix] Fixed indent in the documentation of the `application.install` action.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-10-19 12:13:08 +02:00
parent 7eaf8dbdc0
commit 4c6d966038
1 changed files with 3 additions and 2 deletions

View File

@ -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.'):