Skip to content

Commit 520d4f6

Browse files
author
caberos
committed
fix tox tool
1 parent 2d55c6f commit 520d4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SoftLayer/managers/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,5 +688,5 @@ def get_nas_credentials(self, identifier, **kwargs):
688688

689689
def set_subnet_ipddress_note(self, identifier, note):
690690
"""Set the ip address note of the subnet"""
691-
result = self.client.call('SoftLayer_Network_Subnet_IpAddress','editObject', note, id=identifier)
691+
result = self.client.call('SoftLayer_Network_Subnet_IpAddress', 'editObject', note, id=identifier)
692692
return result

docs/cli/subnet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Subnets
2323
:prog: subnet lookup
2424
:show-nested:
2525

26-
.. click:: SoftLayer.CLI.subnet.edit-ip:cli
26+
.. click:: SoftLayer.CLI.subnet.edit_ip:cli
2727
:prog: subnet edit-ip
2828
:show-nested:

0 commit comments

Comments
 (0)