@@ -1237,9 +1237,9 @@ PyConfig
12371237
12381238 .. c:member:: wchar_t* base_executable
12391239
1240- Python base executable: :data:` sys._base_executable`.
1240+ Python base executable: `` sys._base_executable` `.
12411241
1242- Set by the :envvar:` __PYVENV_LAUNCHER__` environment variable.
1242+ Set by the `` __PYVENV_LAUNCHER__` ` environment variable.
12431243
12441244 Set from :c:member:`PyConfig.executable` if ``NULL``.
12451245
@@ -1745,7 +1745,7 @@ PyConfig
17451745
17461746 * On macOS, use :envvar:`PYTHONEXECUTABLE` environment variable if set.
17471747 * If the ``WITH_NEXT_FRAMEWORK`` macro is defined, use
1748- :envvar:` __PYVENV_LAUNCHER__` environment variable if set.
1748+ `` __PYVENV_LAUNCHER__` ` environment variable if set.
17491749 * Use ``argv[0]`` of :c:member:`~PyConfig.argv` if available and
17501750 non-empty.
17511751 * Otherwise, use ``L"python"`` on Windows, or ``L"python3"`` on other
@@ -1981,8 +1981,7 @@ PyConfig
19811981
19821982 The :mod:`warnings` module adds :data:`sys.warnoptions` in the reverse
19831983 order: the last :c:member:`PyConfig.warnoptions` item becomes the first
1984- item of :data:`warnings.filters` which is checked first (highest
1985- priority).
1984+ item of ``warnings.filters`` which is checked first (highest priority).
19861985
19871986 The :option:`-W` command line options adds its value to
19881987 :c:member:`~PyConfig.warnoptions`, it can be used multiple times.
0 commit comments