Trivial: Fix wrong comment of _format_servers_list_networks().

The parameter name should be 'networks'.

Change-Id: I140c3d61dccbbec40c14bd7a8f2aeac0eb24384d
This commit is contained in:
Tang Chen 2015-11-06 19:02:36 +08:00
parent c49c9df105
commit 45a07afd54

@ -43,7 +43,7 @@ from openstackclient.network import common
def _format_servers_list_networks(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
"""
output = []