Skip to content

Commit 7aa603b

Browse files
authored
Update the docstring of interpreter
Differential Revision: D86664324 Pull Request resolved: #1106
1 parent a517731 commit 7aa603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spdl/pipeline/_iter_utils/_subinterpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def iterate_in_subinterpreter(
142142
"""**[Experimental]** Run the given ``iterable`` in a subinterpreter.
143143
144144
This function behaves similarly to :py:func:`iterate_in_subprocess`, but uses
145-
Python 3.14's ``concurrent.interpreters`` module instead of multiprocessing.
145+
Python 3.14's :py:mod:`concurrent.interpreters` module instead of multiprocessing.
146146
Subinterpreters provide isolation while sharing the same process, which can be
147147
more lightweight than spawning a separate process.
148148

0 commit comments

Comments
 (0)