Skip to content

Commit

Permalink
minor changes x2
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Apr 15, 2015
1 parent 7b36f03 commit 7958a6e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SoftLayer/managers/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ def cancel_metal(self, hardware_id, immediate=False):
:param int id: The ID of the bare metal instance to be cancelled.
:param bool immediate: If true, the bare metal instance will be
cancelled immediately. Otherwise, it will be
scheduled to cancel on the anniversary date.
Example::
result = mgr.cancel_metal(hardware_id=1234)
scheduled to cancel on the anniversary date.
"""
hw_billing = self.get_hardware(hardware_id,
mask='mask[id, billingItem.id]')
Expand Down

0 comments on commit 7958a6e

Please sign in to comment.