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:
Miss Islington (bot) 2023-02-23 05:37:24 -08:00 committed by GitHub
parent 780dec8a94
commit 7d2ad478d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -662,7 +662,7 @@ Process-wide parameters
:c:expr:`wchar_*` string.
.. 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`