We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431fda2 commit fc78ed9Copy full SHA for fc78ed9
Doc/c-api/init.rst
@@ -1448,7 +1448,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1448
1449
.. c:function:: PyObject* PyUnstable_InterpreterState_GetMainModule(PyInterpreterState *interp)
1450
1451
- Return a :term:`strong reference` to the ``__main__`` `module object <moduleobjects>`_
+ Return a :term:`strong reference` to the ``__main__`` :ref:`module object <moduleobjects>`
1452
for the given interpreter.
1453
1454
The caller must hold the GIL.
0 commit comments