Skip to content

Commit 45bc7c5

Browse files
authored
Fix typo
1 parent 606b92b commit 45bc7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcloud/compute/drivers/openstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4309,7 +4309,7 @@ def ex_attach_floating_ip_to_node(self, node, ip, port_id=None):
43094309
:type ip: ``str`` or :class:`OpenStack_1_1_FloatingIpAddress`
43104310
43114311
:param port_id: Optional node port ID to attach the floating IP
4312-
:type ip: ``str``
4312+
:type port_id: ``str``
43134313
43144314
:rtype: ``bool``
43154315
"""

0 commit comments

Comments
 (0)