Browse Source

Autogenerated documentation for github.

Ask Solem 15 years ago
parent
commit
5be55b2e1f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      celery/views.py

+ 2 - 3
celery/views.py

@@ -1,4 +1,3 @@
-"""celery.views"""
 from django.http import HttpResponse, Http404
 
 from anyjson import serialize as JSON_dump
@@ -11,8 +10,8 @@ from celery.backends import default_backend
 
 
 def task_view(task):
-    """Decorator turning a task into a view that applies the task
-    asynchronusly.
+    """Decorator turning any task into a view that applies the task
+    asynchronously.
 
     :returns: a JSON dictionary containing the keys ``ok``, and
         ``task_id``.