Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-baillargeon authored and ClausHolbechArista committed Dec 14, 2023
1 parent 78fe146 commit 6d09d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_host_struct_cfg(self, host: str) -> dict:
"""
Retrieves and returns the structured configuration for a specified host.
The function fetches the structured_config from hostvars. It ensures the returned object is a non-empty
The function fetches the structured_config from hostvars. It ensures the returned object is a
dictionary, converting Ansible dictionary-like objects to a standard dictionary if necessary.
Args:
Expand Down

0 comments on commit 6d09d84

Please sign in to comment.