mirror of https://github.com/python/cpython
Fix typo in `Py_GetPythonHome` signature (#102168)
This commit is contained in:
parent
5b9573eed4
commit
9bba8035bd
|
@ -818,7 +818,7 @@ Process-wide parameters
|
|||
.. 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
|
||||
:c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`
|
||||
|
|
Loading…
Reference in New Issue