浏览代码

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