Merge "Replace colon with comma in route comment"

This commit is contained in:
Zuul 2019-05-21 11:44:24 +00:00 committed by Gerrit Code Review
commit 3db81dc531

View File

@ -351,7 +351,7 @@ volumes_controller = functools.partial(_create_controller,
# NOTE(alex_xu): This is structure of this route list as below:
# (
# ('Route path': {
# ('Route path', {
# 'HTTP method: [
# 'Controller',
# 'The method of controller is used to handle this route'