Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431fda2 commit fc78ed9Copy full SHA for fc78ed9
1 file changed
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