Skip to content

Commit 72e46fb

Browse files
Add a ref.
1 parent fb13944 commit 72e46fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/howto/multiple-interpreters.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ You can just as easily call a function in another interpreter::
223223

224224
In fact, nearly all Python functions and callables are supported,
225225
with 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

228229
Builtin functions always execute in the target interpreter's
229230
:mod:`!__main__` module::
@@ -673,6 +674,8 @@ between interpreters.
673674

674675
In this half of the tutorial, we explore various ways you can do so.
675676

677+
.. _interp-tutorial-return-values:
678+
676679
Call Args and Return Values
677680
---------------------------
678681

0 commit comments

Comments
 (0)