From 88698d8dfe5cb6556d5280066886a694723d9a61 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 20 Nov 2023 11:34:14 +0100 Subject: [PATCH] Fix docstring in yaml util (#104240) --- homeassistant/util/yaml/loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/util/yaml/loader.py b/homeassistant/util/yaml/loader.py index 6c2cfa1f953..e1cfc81019c 100644 --- a/homeassistant/util/yaml/loader.py +++ b/homeassistant/util/yaml/loader.py @@ -238,7 +238,7 @@ def _add_reference( # type: ignore[no-untyped-def] def _include_yaml(loader: LoaderType, node: yaml.nodes.Node) -> JSON_TYPE: - """Load another YAML file and embeds it using the !include tag. + """Load another YAML file and embed it using the !include tag. Example: device_tracker: !include device_tracker.yaml