mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
Merge "Trivial: Fix wrong comment of _format_servers_list_networks()."
This commit is contained in:
commit
8a1fb85dba
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue