瀏覽代碼

4+4=8

Just making the tutorial flow as if the user was following this directly.
Kyle Kelley 12 年之前
父節點
當前提交
d59b74b871
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/getting-started/first-steps-with-celery.rst

+ 1 - 1
docs/getting-started/first-steps-with-celery.rst

@@ -252,7 +252,7 @@ You can wait for the result to complete, but this is rarely used
 since it turns the asynchronous call into a synchronous one::
 
     >>> result.get(timeout=1)
-    4
+    8
 
 In case the task raised an exception, :meth:`~@AsyncResult.get` will
 re-raise the exception, but you can override this by specifying