Skip to content

Commit e72ee79

Browse files
fixed tox errors
1 parent 51f7869 commit e72ee79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

SoftLayer/CLI/order/place.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def cli(env, package_keyname, location, preset, verify, billing, complex_type,
4343
"""Place or verify an order.
4444
4545
\b
46-
1. Find the package keyName from `slcli order package-list`
46+
1. Find the package keyName from `slcli order package-list`
4747
2. Find the location from `slcli order package-locations PUBLIC_CLOUD_SERVER`
4848
If the package does not require a location, use 'NONE' instead.
4949
3. Find the needed items `slcli order item-list PUBLIC_CLOUD_SERVER`
@@ -53,7 +53,7 @@ def cli(env, package_keyname, location, preset, verify, billing, complex_type,
5353
5454
Example::
5555
56-
slcli order place --verify --preset B1_2X8X100 --billing hourly
56+
slcli order place --verify --preset B1_2X8X100 --billing hourly
5757
--complex-type SoftLayer_Container_Product_Order_Virtual_Guest
5858
--extras '{"virtualGuests": [{"hostname": "test", "domain": "ibm.com"}]}'
5959
PUBLIC_CLOUD_SERVER DALLAS13
@@ -104,4 +104,3 @@ def cli(env, package_keyname, location, preset, verify, billing, complex_type,
104104
table.add_row(['created', order['orderDate']])
105105
table.add_row(['status', order['placedOrder']['status']])
106106
env.fout(table)
107-

0 commit comments

Comments
 (0)