Skip to content

Commit 45a07af

Browse files
committed
Trivial: Fix wrong comment of _format_servers_list_networks().
The parameter name should be 'networks'. Change-Id: I140c3d61dccbbec40c14bd7a8f2aeac0eb24384d
1 parent c49c9df commit 45a07af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/compute/v2/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
def _format_servers_list_networks(networks):
4444
"""Return a formatted string of a server's networks
4545
46-
:param server: a Server.networks field
46+
:param networks: a Server.networks field
4747
:rtype: a string of formatted network addresses
4848
"""
4949
output = []

0 commit comments

Comments
 (0)