소스 검색

Fixed typo re-sent -> re-send

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

+ 1 - 1
docs/userguide/tasks.rst

@@ -110,7 +110,7 @@ setting decides whether or not they will be written to the log file.
 Retrying a task if something fails
 ==================================
 
-Simply use :meth:`Task.retry` to re-sent the task. It will
+Simply use :meth:`Task.retry` to re-send the task. It will
 do the right thing, and respect the :attr:`Task.max_retries`
 attribute: