Merge "Trivial: Fix wrong comment of _format_servers_list_networks()."
This commit is contained in:
commit
8a1fb85dba
@ -43,7 +43,7 @@ from openstackclient.network import common
|
|||||||
def _format_servers_list_networks(networks):
|
def _format_servers_list_networks(networks):
|
||||||
"""Return a formatted string of a server's networks
|
"""Return a formatted string of a server's networks
|
||||||
|
|
||||||
:param server: a Server.networks field
|
:param networks: a Server.networks field
|
||||||
:rtype: a string of formatted network addresses
|
:rtype: a string of formatted network addresses
|
||||||
"""
|
"""
|
||||||
output = []
|
output = []
|
||||||
|
Loading…
Reference in New Issue
Block a user