Fix docstring.

pull/9248/merge
Michael DeHaan 10 years ago
parent 4e4308b8e1
commit fa81680d9b

@ -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):

Loading…
Cancel
Save