Skip to content

Commit 0fb982c

Browse files
authored
Apply suggestions from code review
Co-authored-by: nicoche <78445450+nicoche@users.noreply.github.com>
1 parent 7b47dae commit 0fb982c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

koyeb/sandbox/sandbox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def create(
152152
delete_after_sleep: If >0, automatically delete the sandbox if service sleeps due to inactivity
153153
after this many seconds.
154154
app_id: If provided, create the sandbox service in an existing app instead of creating a new one.
155-
enable_mesh: If True, enables service mesh for the deployment (default: False)
155+
enable_mesh: If True, enables service mesh (default: False)
156156
157157
Returns:
158158
Sandbox: A new Sandbox instance
@@ -1000,7 +1000,7 @@ async def create(
10001000
delete_after_inactivity_delay: If >0, automatically delete the sandbox if service sleeps due to inactivity
10011001
after this many seconds.
10021002
app_id: If provided, create the sandbox service in an existing app instead of creating a new one.
1003-
enable_mesh: If True, enables service mesh for the deployment (default: False)
1003+
enable_mesh: If True, enables service mesh (default: False)
10041004
10051005
Returns:
10061006
AsyncSandbox: A new AsyncSandbox instance

0 commit comments

Comments
 (0)