Skip to content

Commit 407297c

Browse files
akxajmyyra
andauthored
Fix "specify" typo
Co-authored-by: Antti Myyrä <antti.myyra@gmail.com>
1 parent 2c62c0d commit 407297c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcloud_api/cloud_manager/ip_address_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def release_ip(self, ip_addr):
5959
def create_floating_ip(self, zone: str, mac: str = '', family: str = 'IPv4') -> IPAddress:
6060
"""
6161
Create a floating IP and returns an IPAddress object.
62-
Specifiy MAC address of network interface to attach the floating IP when it is created
62+
Specify MAC address of network interface to attach the floating IP when it is created
6363
"""
6464
body = {'ip_address': {'family': family, 'floating': 'yes', 'zone': zone}}
6565
if mac:

0 commit comments

Comments
 (0)