From 5489aa9695d00b2b3cdd11abb4ffa4d4672b2599 Mon Sep 17 00:00:00 2001
From: Dudás Ádám <dudas.adam@cloud.bme.hu>
Date: Mon, 24 Mar 2014 15:14:53 +0100
Subject: [PATCH] vm: fix documentation

---
 circle/vm/models/operation.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/circle/vm/models/operation.py b/circle/vm/models/operation.py
index b86db4f..f05cd88 100644
--- a/circle/vm/models/operation.py
+++ b/circle/vm/models/operation.py
@@ -63,7 +63,8 @@ class Operation:
     def async(self, **kwargs):
         """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)
         return async_operation.apply_async(args=(self.id, self.instance.pk,
--
libgit2 0.26.0