소스 검색

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

Ask Solem 11 년 전
부모
커밋
bcb3074f55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/userguide/canvas.rst

+ 1 - 1
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::