Fix docstring.
This commit is contained in:
parent
4e4308b8e1
commit
fa81680d9b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue