Skip to content

Commit fc78ed9

Browse files
[3.13] gh-118915: Fix bad link in documentation (GH-129691) (GH-129723)
gh-118915: Fix bad link in documentation (GH-129691) (cherry picked from commit 779d069) Co-authored-by: Miro Hrončok <[email protected]>
1 parent 431fda2 commit fc78ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
14481448
14491449
.. c:function:: PyObject* PyUnstable_InterpreterState_GetMainModule(PyInterpreterState *interp)
14501450
1451-
Return a :term:`strong reference` to the ``__main__`` `module object <moduleobjects>`_
1451+
Return a :term:`strong reference` to the ``__main__`` :ref:`module object <moduleobjects>`
14521452
for the given interpreter.
14531453
14541454
The caller must hold the GIL.

0 commit comments

Comments
 (0)