mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Fix typo in Py_GetPythonHome
signature (GH-102168)
(cherry picked from commit 9bba8035bd
)
Co-authored-by: Tanner Firl <105078804+TannerFirl@users.noreply.github.com>
This commit is contained in:
parent
42d0ca92ed
commit
61e0bbdb0c
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ Process-wide parameters
|
||||||
.. deprecated:: 3.11
|
.. deprecated:: 3.11
|
||||||
|
|
||||||
|
|
||||||
.. c:function:: w_char* Py_GetPythonHome()
|
.. c:function:: wchar_t* Py_GetPythonHome()
|
||||||
|
|
||||||
Return the default "home", that is, the value set by a previous call to
|
Return the default "home", that is, the value set by a previous call to
|
||||||
:c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
|
:c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue