ソースを参照

fix syntax error in example (#4714)

Ujjwal Ojha 7 年 前
コミット
14c94dadc4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/userguide/routing.rst

+ 1 - 1
docs/userguide/routing.rst

@@ -234,7 +234,7 @@ Queues can be configured to support priorities by setting the
 
     app.conf.task_queues = [
         Queue('tasks', Exchange('tasks'), routing_key='tasks',
-              queue_arguments={'x-max-priority': 10},
+              queue_arguments={'x-max-priority': 10}),
     ]
 
 A default value for all queues can be set using the