소스 검색

Fixed rst syntax error

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

+ 1 - 1
docs/userguide/executing.rst

@@ -186,7 +186,7 @@ to use when sending a task:
     3. The default :setting:`CELERY_TASK_SERIALIZER` setting.
 
 
-* Using the `serializer` argument to `apply_async` *:
+* Using the `serializer` argument to `apply_async`:
 
 .. code-block:: python