fix doctstring

This commit is contained in:
Andrew McLeod
2019-09-30 13:04:12 +02:00
parent 443b2295c3
commit e5e7d03e1f

View File

@@ -646,7 +646,9 @@ def get_mac_from_port(port):
"""Get mac address from port, with tenacity due to openstack async.
:param port: neutron port
:type port: string
:type port: neutron port
:returns: mac address
:rtype: string
"""
return port['mac_address']