Skip to content

Commit 8da4daa

Browse files
vstinnerencukou
andauthored
Update Doc/c-api/init_config.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 125a4c6 commit 8da4daa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/c-api/init_config.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,8 +2327,10 @@ initialization, the core feature of :pep:`432`:
23272327
23282328
Private provisional API:
23292329
2330-
* :c:member:`PyConfig._init_main`: if set to ``0``,
2331-
:c:func:`Py_InitializeFromConfig` stops at the "Core" initialization phase.
2330+
.. c:member:: int PyConfig._init_main
2331+
2332+
If set to ``0``, :c:func:`Py_InitializeFromConfig` stops at the "Core"
2333+
initialization phase.
23322334
23332335
.. c:function:: PyStatus _Py_InitializeMain(void)
23342336

0 commit comments

Comments
 (0)