From 6326b0455d88101807278ae0057acdbf73a6211e Mon Sep 17 00:00:00 2001 From: Tanner Firl <105078804+TannerFirl@users.noreply.github.com> Date: Thu, 23 Feb 2023 07:28:33 -0600 Subject: [PATCH] Fix typo in `Py_GetPythonHome` signature (GH-102168) (cherry picked from commit 9bba8035bd99813203cb3b0de218f9cc3bcdaf2f) Co-authored-by: Tanner Firl <105078804+TannerFirl@users.noreply.github.com> --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 483bcd990ca765..e1d2328c5f3163 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -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`