瀏覽代碼

Merge pull request #1929 from evalapply/patch-1

Update docs/userguide/tasks.rst (typo fix)
Ask Solem Hoel 11 年之前
父節點
當前提交
a4a809681d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -878,7 +878,7 @@ The task may raise :exc:`~@Ignore` to force the worker to ignore the
 task.  This means that no state will be recorded for the task, but the
 task.  This means that no state will be recorded for the task, but the
 message is still acknowledged (removed from queue).
 message is still acknowledged (removed from queue).
 
 
-This is can be used if you want to implement custom revoke-like
+This can be used if you want to implement custom revoke-like
 functionality, or manually store the result of a task.
 functionality, or manually store the result of a task.
 
 
 Example keeping revoked tasks in a Redis set:
 Example keeping revoked tasks in a Redis set: