From e95e9de235c61081424c82e5118733ec4fb8ab52 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 23 Mar 2018 14:56:55 -0700 Subject: [PATCH] Typos in the yaml inventory plugin This patch fixes up some English typos in the yaml inventory plugin documentation. * s/specifically/specific * s/as/as an Signed-off-by: Eric Brown --- lib/ansible/plugins/inventory/yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/yaml.py b/lib/ansible/plugins/inventory/yaml.py index d9109177a9..1ff0cff9a6 100644 --- a/lib/ansible/plugins/inventory/yaml.py +++ b/lib/ansible/plugins/inventory/yaml.py @@ -7,7 +7,7 @@ __metaclass__ = type DOCUMENTATION = ''' inventory: yaml version_added: "2.4" - short_description: Uses a specifically YAML file as inventory source. + short_description: Uses a specific YAML file as an inventory source. description: - "YAML based inventory, starts with the 'all' group and has hosts/vars/children entries." - Host entries can have sub-entries defined, which will be treated as variables.