From 117b88cd38e3deed105f5353c3fabbf7c038f4ff Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 5 Dec 2016 14:15:43 -0800 Subject: [PATCH] smart quotes, die die die. --- lib/ansible/playbook/attribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/playbook/attribute.py b/lib/ansible/playbook/attribute.py index 5e75f2cbc12..986e85ce4d0 100644 --- a/lib/ansible/playbook/attribute.py +++ b/lib/ansible/playbook/attribute.py @@ -42,7 +42,7 @@ class Attribute: :kwarg priority: The order in which the fields should be parsed. Generally this does not need to be set, it is for rare situations where another field depends on the fact that another field was parsed first. - :kwarg class_type: If isa is set to “class”, this can be optionally set to + :kwarg class_type: If isa is set to "class", this can be optionally set to a class (not a string name). The YAML data for this field will be passed to the __init__ method of that class during post validation and the field will be an instance of that class.