Browse Source

Change wording

Ask Solem 15 years ago
parent
commit
76e108e26d
1 changed files with 1 additions and 2 deletions
  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`: