Quellcode durchsuchen

Remove extra spaces on line 82 of userguide/canvas.rst which were causing an indented block

sunfinite vor 11 Jahren
Ursprung
Commit
fd2bde6acf
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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()