From 29c8d9b92374678897ec2e143b163cd0baaa30e8 Mon Sep 17 00:00:00 2001 From: Jorge Andrade Date: Tue, 27 Mar 2018 23:47:28 -0600 Subject: [PATCH] Update xml.py (#38019) Fix a trivial typo label: docsite_pr --- lib/ansible/modules/files/xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/xml.py b/lib/ansible/modules/files/xml.py index fd5b044a7cf..0d5315f1a0a 100644 --- a/lib/ansible/modules/files/xml.py +++ b/lib/ansible/modules/files/xml.py @@ -178,7 +178,7 @@ EXAMPLES = r''' attribute: validatedon value: 1976-08-05 -# How to read an attrribute value and access it in Ansible +# How to read an attribute value and access it in Ansible - name: Read attribute value xml: path: /foo/bar.xml