Skip to content

Commit 6ab07cb

Browse files
committed
Doc string fix
1 parent 022eb26 commit 6ab07cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

temporalio/worker/workflow_sandbox/_restrictions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ class methods (including __init__, etc). The check compares the against the
102102
passthrough_all_modules: bool = False
103103
"""
104104
Pass through all modules, do not sandbox any modules. This is the equivalent
105-
of setting :py:attr:`passthrough_modules` as every module ever imported into
106-
the workflow. This is unsafe. This means modules are never reloaded per
105+
of setting :py:attr:`passthrough_modules` to a list of all modules imported
106+
by the workflow. This is unsafe. This means modules are never reloaded per
107107
workflow run which means workflow authors have to be careful that they don't
108108
import modules that do non-deterministic things. Note, just because a module
109109
is passed through from outside the sandbox doesn't mean runtime restrictions

0 commit comments

Comments
 (0)