summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/yaml/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/parsing/yaml/objects.py')
-rw-r--r--lib/ansible/parsing/yaml/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/parsing/yaml/objects.py b/lib/ansible/parsing/yaml/objects.py
index 9991381132..d7b9c2fd65 100644
--- a/lib/ansible/parsing/yaml/objects.py
+++ b/lib/ansible/parsing/yaml/objects.py
@@ -90,7 +90,7 @@ class AnsibleVaultEncryptedUnicode(yaml.YAMLObject, AnsibleBaseYAMLObject):
ciphertext is a byte string (str on PY2, bytestring on PY3).
- The .data atttribute is a property that returns the decrypted plaintext
+ The .data attribute is a property that returns the decrypted plaintext
of the ciphertext as a PY2 unicode or PY3 string object.
'''
super(AnsibleVaultEncryptedUnicode, self).__init__()