Commit 5489aa96 by Dudás Ádám

vm: fix documentation

parent c81d7bda
...@@ -63,7 +63,8 @@ class Operation: ...@@ -63,7 +63,8 @@ class Operation:
def async(self, **kwargs): def async(self, **kwargs):
"""Execute the operation asynchronously. """Execute the operation asynchronously.
Only a quick, preliminary check is ran before queuing the job. Only a quick, preliminary check is ran before creating the associated
activity and queuing the job.
""" """
activity = self.__prelude(kwargs) activity = self.__prelude(kwargs)
return async_operation.apply_async(args=(self.id, self.instance.pk, return async_operation.apply_async(args=(self.id, self.instance.pk,
......
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 sign in to comment