Skip to content

Commit 407037b

Browse files
committed
Solved comments
1 parent 463589a commit 407037b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/image/detail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _get_transaction_groups(children_images):
9090

9191

9292
def _get_virtual_disks(children_images):
93-
"""Returns image details as datacenter, size, and transaction within a formatting table.
93+
"""Returns datacenters as a table.
9494
9595
:param children_images: A list of images.
9696
"""
@@ -121,7 +121,7 @@ def _get_virtual_disks(children_images):
121121

122122

123123
def _get_share_image(image):
124-
"""Returns image details as datacenter, size, and transaction within a formatting table.
124+
"""Returns shares image as a table.
125125
126126
:param image: Detail information about image.
127127
"""

0 commit comments

Comments
 (0)