fix: update stale _ModalProcessHandle/_DaytonaProcessHandle references in docstrings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
alt-glitch
2026-04-03 00:27:26 +05:30
committed by Hermes Agent
parent bead55bbcb
commit 51bd4aecff
2 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ class ModalEnvironment(BaseEnvironment):
"""Modal cloud execution via native Modal sandboxes.
Uses the unified spawn-per-call model: _run_bash() returns a
_ModalProcessHandle that wraps Modal's async SDK in a thread + OS pipe,
_ThreadedProcessHandle that wraps Modal's async SDK in a thread + OS pipe,
satisfying the ProcessHandle protocol for BaseEnvironment._wait_for_process().
"""