Skip to content

Commit 14c94da

Browse files
ojhaujjwalOmer Katz
authored andcommitted
fix syntax error in example (celery#4714)
1 parent ca172b4 commit 14c94da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Queues can be configured to support priorities by setting the
234234
235235
app.conf.task_queues = [
236236
Queue('tasks', Exchange('tasks'), routing_key='tasks',
237-
queue_arguments={'x-max-priority': 10},
237+
queue_arguments={'x-max-priority': 10}),
238238
]
239239
240240
A default value for all queues can be set using the

0 commit comments

Comments
 (0)