瀏覽代碼

Change wording

Ask Solem 15 年之前
父節點
當前提交
76e108e26d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/cookbook/remote-tasks.rst

+ 1 - 2
docs/cookbook/remote-tasks.rst

@@ -40,8 +40,7 @@ With this information we can define a simple task in Django:
         return HttpResponse(serialize(response), mimetype="application/json")
 
 I'm sure you'll be able to port this scheme to any language and framework,
-and maybe if you're lucky someone has already made a library for it.
-
+new examples and libraries are very welcome.
 
 To execute the task you use :class:`celery.task.rest.RESTProxyTask`: