소스 검색

Fixed a typo in the markup.

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

+ 1 - 1
docs/userguide/executing.rst

@@ -2,7 +2,7 @@
  Executing Tasks
 =================
 
-Executing tasks is done with ``apply_async``, and it's shortcut ``delay`.
+Executing tasks is done with ``apply_async``, and it's shortcut ``delay``.
 
 ``delay`` is simple and convenient, as it looks like calling a regular
 function: