Fix docstring in yaml util (#104240)

This commit is contained in:
Erik Montnemery 2023-11-20 11:34:14 +01:00 committed by GitHub
parent a9384d6d4f
commit 88698d8dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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