]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `Py_GetPythonHome` signature (GH-102168)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Feb 2023 13:38:08 +0000 (05:38 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 13:38:08 +0000 (05:38 -0800)
(cherry picked from commit 9bba8035bd99813203cb3b0de218f9cc3bcdaf2f)

Co-authored-by: Tanner Firl <105078804+TannerFirl@users.noreply.github.com>
Doc/c-api/init.rst

index a59667c4a95bdc04c28e8d294a1ba79d99096ff0..844115a9c691532d8b19fbc95b73c140cc7573e4 100644 (file)
@@ -709,7 +709,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`