Skip to content

Commit ac8a4b4

Browse files
author
Fernando
committed
Fix method documentation.
1 parent 21a5db7 commit ac8a4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/managers/hardware.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,9 @@ def get_instance(self, instance_id):
858858
return self.hardware.getObject(id=instance_id, mask=mask)
859859

860860
def _get_upgrade_prices(self, instance_id, include_downgrade_options=True):
861-
"""Following Method gets all the price ids related to upgrading a VS.
861+
"""Following Method gets all the price ids related to upgrading a Hardware Server.
862862
863-
:param int instance_id: Instance id of the VS to be upgraded
863+
:param int instance_id: Instance id of the Hardware Server to be upgraded.
864864
865865
:returns: list
866866
"""

0 commit comments

Comments
 (0)