mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
gh-118915: Fix bad link in documentation (GH-129691)
This commit is contained in:
parent
a64e0a553b
commit
779d06945c
1 changed files with 1 additions and 1 deletions
|
@ -1501,7 +1501,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
|
|||
|
||||
.. c:function:: PyObject* PyUnstable_InterpreterState_GetMainModule(PyInterpreterState *interp)
|
||||
|
||||
Return a :term:`strong reference` to the ``__main__`` `module object <moduleobjects>`_
|
||||
Return a :term:`strong reference` to the ``__main__`` :ref:`module object <moduleobjects>`
|
||||
for the given interpreter.
|
||||
|
||||
The caller must hold the GIL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue