Commit fa81680d by Michael DeHaan

Fix docstring.

parent 4e4308b8
...@@ -89,7 +89,7 @@ class Task(Base): ...@@ -89,7 +89,7 @@ class Task(Base):
raise exception.NotImplementedError() raise exception.NotImplementedError()
def get_role(self): def get_role(self):
'' return the role associated with the task ''' ''' return the role associated with the task '''
return self._role return self._role
def get_block(self): def get_block(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment