Explorar el Código

Merge branch 'master' of github.com:celery/celery

Ask Solem hace 11 años
padre
commit
c22ccc812d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      docs/userguide/canvas.rst

+ 1 - 2
docs/userguide/canvas.rst

@@ -79,8 +79,7 @@ within a task.
         >>> result.get()
         4
 
-    ``apply_async`` takes the same arguments
-    as the :meth:`Task.apply_async <@Task.apply_async>` method::
+  ``apply_async`` takes the same arguments as the :meth:`Task.apply_async <@Task.apply_async>` method::
 
         >>> add.apply_async(args, kwargs, **options)
         >>> add.subtask(args, kwargs, **options).apply_async()