We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919da6f commit aed8460Copy full SHA for aed8460
Doc/c-api/init.rst
@@ -1501,7 +1501,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1501
1502
.. c:function:: PyObject* PyUnstable_InterpreterState_GetMainModule(PyInterpreterState *interp)
1503
1504
- Return a :term:`strong reference` to the ``__main__`` `module object <moduleobjects>`_
+ Return a :term:`strong reference` to the ``__main__`` :ref:`module object <moduleobjects>`
1505
for the given interpreter.
1506
1507
The caller must hold the GIL.
0 commit comments