Merge "Remove white space between print and ()"

This commit is contained in:
Jenkins 2016-07-05 17:37:38 +00:00 committed by Gerrit Code Review
commit dbaf9790c5
1 changed files with 1 additions and 1 deletions

View File

@ -4841,7 +4841,7 @@ def do_version_list(cs, args):
print(_("Maximum version %(v)s") %
{'v': novaclient.API_MAX_VERSION.get_string()})
print (_("\nServer supported API versions:"))
print(_("\nServer supported API versions:"))
utils.print_list(result, columns)