mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Fix typo in Py_GetPythonHome signature (#102168)
This commit is contained in:
parent
5b9573eed4
commit
9bba8035bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue