From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:38:08 +0000 (-0800) Subject: Fix typo in `Py_GetPythonHome` signature (GH-102168) X-Git-Tag: v3.11.3~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61e0bbdb0cd29abe443266a486980cf4985c0cee;p=thirdparty%2FPython%2Fcpython.git Fix typo in `Py_GetPythonHome` signature (GH-102168) (cherry picked from commit 9bba8035bd99813203cb3b0de218f9cc3bcdaf2f) Co-authored-by: Tanner Firl <105078804+TannerFirl@users.noreply.github.com> --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index a59667c4a95b..844115a9c691 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -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`