Skip to content

Commit 549460f

Browse files
finishing touches
1 parent 40a2898 commit 549460f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SoftLayer/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ def is_ready(instance, pending=False):
213213

214214
def clean_string(string):
215215
"""Returns a string with all newline and other whitespace garbage removed.
216-
217-
Mostly this method is used to print out objectMasks that have a lot of extra whitespace
216+
217+
Mostly this method is used to print out objectMasks that have a lot of extra whitespace
218218
in them because making compact masks in python means they don't look nice in the IDE.
219-
219+
220220
:param string: The string to clean.
221-
:returns string: A string without extra whitespace
221+
:returns string: A string without extra whitespace.
222222
"""
223223
if string is None:
224224
return ''

0 commit comments

Comments
 (0)