Skip to content

Commit bc99210

Browse files
fixed a style issue
1 parent 4bdde29 commit bc99210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/managers/search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def advanced(self, search_string):
3232
def search_instances(self, search_string, mask=None, **kwargs):
3333
"""Lists VSIs based in the search_string.
3434
35-
Also takes in a few search terms as \*\*kwargs. such as hostname, datacenter, domain and tags
35+
Also takes in a few search terms as \\*\\*kwargs. such as hostname, datacenter, domain and tags
3636
"""
3737

3838
# This forces the Search API to do a fuzzy search on our term, kinda. Not sure why the ** are
@@ -59,7 +59,7 @@ def search_instances(self, search_string, mask=None, **kwargs):
5959
def search_hadrware_instances(self, search_string, mask=None, **kwargs):
6060
"""Lists hardwares based in the search_string.
6161
62-
Also takes in a few search terms as \*\*kwargs. such as hostname, datacenter, domain and tags
62+
Also takes in a few search terms as \\*\\*kwargs. such as hostname, datacenter, domain and tags
6363
"""
6464

6565
# This forces the Search API to do a fuzzy search on our term, kinda. Not sure why the ** are

0 commit comments

Comments
 (0)