From 6ea2c41ded6020c37756022cec2dc8159bc8666b Mon Sep 17 00:00:00 2001 From: laixintao Date: Sun, 22 Jul 2018 17:50:46 +0800 Subject: [PATCH] remove special character --- chapter5/02_Using_Celery_to_distribute_tasks.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter5/02_Using_Celery_to_distribute_tasks.rst b/chapter5/02_Using_Celery_to_distribute_tasks.rst index 0112be8..166621f 100644 --- a/chapter5/02_Using_Celery_to_distribute_tasks.rst +++ b/chapter5/02_Using_Celery_to_distribute_tasks.rst @@ -44,7 +44,6 @@ Celery 的用法非常简单,和显示的一样: :: 显示的配置如下: :: - ➜ [parallel-test] python-parallel-programming-cookbook-cn git:(ch5) ✗ celery usage: celery [options] Show help screen and exit.