Browse Source

Merge pull request #1271 from rgbkrk/patch-1

4+4=8
Ask Solem Hoel 12 năm trước cách đây
mục cha
commit
5325936e61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/getting-started/first-steps-with-celery.rst

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

@@ -253,7 +253,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