@@ -610,9 +610,9 @@ PyConfig
610610
611611 .. c:member:: wchar_t* base_executable
612612
613- Python base executable: :data:` sys._base_executable`.
613+ Python base executable: `` sys._base_executable` `.
614614
615- Set by the :envvar:` __PYVENV_LAUNCHER__` environment variable.
615+ Set by the `` __PYVENV_LAUNCHER__` ` environment variable.
616616
617617 Set from :c:member:`PyConfig.executable` if ``NULL``.
618618
@@ -1093,7 +1093,7 @@ PyConfig
10931093
10941094 * On macOS, use :envvar:`PYTHONEXECUTABLE` environment variable if set.
10951095 * If the ``WITH_NEXT_FRAMEWORK`` macro is defined, use
1096- :envvar:` __PYVENV_LAUNCHER__` environment variable if set.
1096+ `` __PYVENV_LAUNCHER__` ` environment variable if set.
10971097 * Use ``argv[0]`` of :c:member:`~PyConfig.argv` if available and
10981098 non-empty.
10991099 * Otherwise, use ``L"python"`` on Windows, or ``L"python3"`` on other
@@ -1304,8 +1304,7 @@ PyConfig
13041304
13051305 The :mod:`warnings` module adds :data:`sys.warnoptions` in the reverse
13061306 order: the last :c:member:`PyConfig.warnoptions` item becomes the first
1307- item of :data:`warnings.filters` which is checked first (highest
1308- priority).
1307+ item of ``warnings.filters`` which is checked first (highest priority).
13091308
13101309 The :option:`-W` command line options adds its value to
13111310 :c:member:`~PyConfig.warnoptions`, it can be used multiple times.
@@ -1621,7 +1620,7 @@ initialization, the core feature of :pep:`432`:
16211620
16221621Private provisional API:
16231622
1624- * :c:member: ` PyConfig._init_main `: if set to ``0 ``,
1623+ * `` PyConfig._init_main ` `: if set to ``0 ``,
16251624 :c:func: `Py_InitializeFromConfig ` stops at the "Core" initialization phase.
16261625
16271626.. c :function :: PyStatus _Py_InitializeMain (void)
0 commit comments