Skip to content

Commit 8a1fb85

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial: Fix wrong comment of _format_servers_list_networks()."
2 parents f40a04c + 45a07af commit 8a1fb85

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)