Browse Source

Fix syntax error

Ask Solem 16 năm trước cách đây
mục cha
commit
5bee0fe0f4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      celery/management/commands/celerystats.py

+ 2 - 2
celery/management/commands/celerystats.py

@@ -10,8 +10,8 @@ from celery.monitoring import StatsCollector
 class Command(BaseCommand):
     """Run the celery daemon."""
     option_list = BaseCommand.option_list
-    help = "Collect/flush and dump a report from the currently available "
-           "statistics"
+    help = "Collect/flush and dump a report from the currently available " + \
+            "statistics"
 
     def handle(self, *args, **options):
         """Handle the management command."""