We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a2898 commit 549460fCopy full SHA for 549460f
SoftLayer/utils.py
@@ -213,12 +213,12 @@ def is_ready(instance, pending=False):
213
214
def clean_string(string):
215
"""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
+
+ Mostly this method is used to print out objectMasks that have a lot of extra whitespace
218
in them because making compact masks in python means they don't look nice in the IDE.
219
220
:param string: The string to clean.
221
- :returns string: A string without extra whitespace
+ :returns string: A string without extra whitespace.
222
"""
223
if string is None:
224
return ''
0 commit comments