Skip to content

Commit 3aca98a

Browse files
lukaszoCopilot
andauthored
Update koyeb/sandbox/sandbox.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9246908 commit 3aca98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

koyeb/sandbox/sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ def update_life_cycle(
822822
SandboxError: If updating life cycle fails
823823
824824
Example:
825-
>>> sandbox.update_life_cycle(delete_after_create=600, delete_after_sleep=300)
825+
>>> sandbox.update_life_cycle(delete_after_delay=600, delete_after_inactivity=300)
826826
"""
827827
try:
828828
_, services_api, _, _, deployments_api = get_api_client(self.api_token)

0 commit comments

Comments
 (0)