Skip to content

Commit 2d8dbc2

Browse files
amthornthedrow
authored andcommitted
Update configuration.rst
Fix typo causing syntax error in documentation
1 parent 9596aba commit 2d8dbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ Examples:
21822182
},
21832183
}
21842184
2185-
task_routes = ('myapp.tasks.route_task', {'celery.ping': 'default})
2185+
task_routes = ('myapp.tasks.route_task', {'celery.ping': 'default'})
21862186
21872187
Where ``myapp.tasks.route_task`` could be:
21882188

0 commit comments

Comments
 (0)