diff --git a/docs/userguide/canvas.rst b/docs/userguide/canvas.rst index 5b8a969ee..e5464598b 100644 --- a/docs/userguide/canvas.rst +++ b/docs/userguide/canvas.rst @@ -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::