Skip to content

Commit b153838

Browse files
tox analyisis fixes
1 parent e723685 commit b153838

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SoftLayer/CLI/block/order.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
@environment.pass_env
6161
def cli(env, storage_type, size, iops, tier, os_type,
6262
location, snapshot_size, service_offering, billing):
63-
"""Order a block storage volume.
63+
"""Order a block storage volume.
6464
65-
Valid size and iops options can be found here:
65+
Valid size and iops options can be found here:
6666
https://console.bluemix.net/docs/infrastructure/BlockStorage/index.html#provisioning
6767
"""
6868
block_manager = SoftLayer.BlockStorageManager(env.client)

SoftLayer/CLI/file/order.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
def cli(env, storage_type, size, iops, tier,
5151
location, snapshot_size, service_offering, billing):
5252
"""Order a file storage volume.
53-
54-
Valid size and iops options can be found here:
53+
54+
Valid size and iops options can be found here:
5555
https://console.bluemix.net/docs/infrastructure/FileStorage/index.html#provisioning
5656
"""
5757
file_manager = SoftLayer.FileStorageManager(env.client)

0 commit comments

Comments
 (0)