Explorar el Código

[docs][calling] clarification in help box

Ask Solem hace 9 años
padre
commit
fd7e48bfd1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      docs/userguide/calling.rst

+ 2 - 1
docs/userguide/calling.rst

@@ -39,7 +39,8 @@ The API defines a standard set of execution options, as well as three methods:
 .. topic:: Quick Cheat Sheet
 
     - ``T.delay(arg, kwarg=value)``
-        always a shortcut to ``.apply_async``.
+        Star arguments shortcut to ``.apply_async``.
+        (``.delay(*args, **kwargs)`` calls ``.apply_async(args, kwargs)``).
 
     - ``T.apply_async((arg,), {'kwarg': value})``