소스 검색

Change wording

Ask Solem 16 년 전
부모
커밋
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`: