Merge "Fix missed whitespace in attribute description"

This commit is contained in:
Jenkins 2014-04-14 02:26:38 +00:00 committed by Gerrit Code Review
commit 262664481b
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class Server(stack_user.StackUser):
attributes_schema = {
'show': _('A dict of all server details as returned by the API.'),
'addresses': _('A dict of all network addresses with corresponding'
'addresses': _('A dict of all network addresses with corresponding '
'port_id.'),
'networks': _('A dict of assigned network addresses of the form: '
'{"public": [ip1, ip2...], "private": [ip3, ip4]}.'),