]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `Py_GetPythonHome` signature (#102168)
authorTanner Firl <105078804+TannerFirl@users.noreply.github.com>
Thu, 23 Feb 2023 13:28:33 +0000 (07:28 -0600)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 13:28:33 +0000 (18:58 +0530)
Doc/c-api/init.rst

index ad06616eeb0e636f1abac3e6b4bcdea4e8b51caf..b50ee3b3803e29a13df2a4f39dfe0525dfbbe589 100644 (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`