Skip to content

Commit 3864e31

Browse files
author
sadanandhegde
authored
Update Sandbox.py
1 parent dcdd039 commit 3864e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sandbox-API/Sandbox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def get_sandboxes_details_by_name(self, sandbox_name):
189189
return return_dict
190190

191191
def get_sandbox_ids(self, sandbox_name):
192-
"""Returns the sandbox id, given sandbox name
192+
"""Returns the sandbox ids for the given sandbox name
193193
:param sandbox_name: Sandbox name
194194
:return: Sandbox id
195195
"""
@@ -212,7 +212,7 @@ def stop_sandbox(self, sandbox_id):
212212
return response.ok
213213

214214
def stop_sandboxes_by_name(self, sandbox_name):
215-
"""Stop the sandbox given sandbox name
215+
"""Stop all the sandboxes with the given sandbox name
216216
:param sandbox_name: Sandbox name
217217
:return: True if success, False if not
218218
"""

0 commit comments

Comments
 (0)