diff --git a/nova/api/openstack/compute/routes.py b/nova/api/openstack/compute/routes.py index 03a04b7f8cfe..ecab9bed5294 100644 --- a/nova/api/openstack/compute/routes.py +++ b/nova/api/openstack/compute/routes.py @@ -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'