Fix typo in `Py_GetPythonHome` signature (#102168)

This commit is contained in:
Tanner Firl 2023-02-23 07:28:33 -06:00 committed by GitHub
parent 5b9573eed4
commit 9bba8035bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`