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

This commit is contained in:
Ask Solem 2013-11-19 13:30:06 +00:00
Родитель 3c2db4ef7b 36cec674f5
Коммит bcb3074f55
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ A :func:`~celery.signature` wraps the arguments, keyword arguments, and executio
of a single task invocation in a way such that it can be passed to functions
or even serialized and sent across the wire.
Signatures are often nicknamed "subtasks" because they descripe a task to be called
Signatures are often nicknamed "subtasks" because they describe a task to be called
within a task.
- You can create a signature for the ``add`` task using its name like this::