Skip to content

Commit 61e0bbd

Browse files
Fix typo in Py_GetPythonHome signature (GH-102168)
(cherry picked from commit 9bba803) Co-authored-by: Tanner Firl <[email protected]>
1 parent 42d0ca9 commit 61e0bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Process-wide parameters
709709
.. deprecated:: 3.11
710710
711711
712-
.. c:function:: w_char* Py_GetPythonHome()
712+
.. c:function:: wchar_t* Py_GetPythonHome()
713713
714714
Return the default "home", that is, the value set by a previous call to
715715
:c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`

0 commit comments

Comments
 (0)