File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,8 @@ You can just as easily call a function in another interpreter::
223223
224224In fact, nearly all Python functions and callables are supported,
225225with the notable exception of closures. Support includes arguments
226- and return values, which we'll explore soon.
226+ and return values, which we'll
227+ :ref: `explore soon <interp-tutorial-return-values >`.
227228
228229Builtin functions always execute in the target interpreter's
229230:mod: `!__main__ ` module::
@@ -673,6 +674,8 @@ between interpreters.
673674
674675In this half of the tutorial, we explore various ways you can do so.
675676
677+ .. _interp-tutorial-return-values :
678+
676679Call Args and Return Values
677680---------------------------
678681
You can’t perform that action at this time.
0 commit comments