@@ -1235,9 +1235,9 @@ PyConfig
12351235
12361236 .. c:member:: wchar_t* base_executable
12371237
1238- Python base executable: :data:` sys._base_executable`.
1238+ Python base executable: `` sys._base_executable` `.
12391239
1240- Set by the :envvar:` __PYVENV_LAUNCHER__` environment variable.
1240+ Set by the `` __PYVENV_LAUNCHER__` ` environment variable.
12411241
12421242 Set from :c:member:`PyConfig.executable` if ``NULL``.
12431243
@@ -1748,7 +1748,7 @@ PyConfig
17481748
17491749 * On macOS, use :envvar:`PYTHONEXECUTABLE` environment variable if set.
17501750 * If the ``WITH_NEXT_FRAMEWORK`` macro is defined, use
1751- :envvar:` __PYVENV_LAUNCHER__` environment variable if set.
1751+ `` __PYVENV_LAUNCHER__` ` environment variable if set.
17521752 * Use ``argv[0]`` of :c:member:`~PyConfig.argv` if available and
17531753 non-empty.
17541754 * Otherwise, use ``L"python"`` on Windows, or ``L"python3"`` on other
@@ -1984,8 +1984,7 @@ PyConfig
19841984
19851985 The :mod:`warnings` module adds :data:`sys.warnoptions` in the reverse
19861986 order: the last :c:member:`PyConfig.warnoptions` item becomes the first
1987- item of :data:`warnings.filters` which is checked first (highest
1988- priority).
1987+ item of :attr:`warnings.filters` which is checked first (highest priority).
19891988
19901989 The :option:`-W` command line options adds its value to
19911990 :c:member:`~PyConfig.warnoptions`, it can be used multiple times.
0 commit comments