From fa81680d9bfe387a0683c7c8a1eaa4737893d0f7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 3 Oct 2014 10:42:38 -0400 Subject: [PATCH] Fix docstring. --- v2/ansible/playbook/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/ansible/playbook/task.py b/v2/ansible/playbook/task.py index e8efa7eb0d..9600d85b18 100644 --- a/v2/ansible/playbook/task.py +++ b/v2/ansible/playbook/task.py @@ -89,7 +89,7 @@ class Task(Base): raise exception.NotImplementedError() def get_role(self): - '' return the role associated with the task ''' + ''' return the role associated with the task ''' return self._role def get_block(self):