mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix docstring in yaml util (#104240)
This commit is contained in:
parent
a9384d6d4f
commit
88698d8dfe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user