Explorar o código

[docs][calling] clarification in help box

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
fd7e48bfd1
Modificáronse 1 ficheiros con 2 adicións e 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})``