Skip to content

Commit 9bba803

Browse files
authored
Fix typo in Py_GetPythonHome signature (#102168)
1 parent 5b9573e commit 9bba803

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
@@ -818,7 +818,7 @@ Process-wide parameters
818818
.. deprecated:: 3.11
819819
820820
821-
.. c:function:: w_char* Py_GetPythonHome()
821+
.. c:function:: wchar_t* Py_GetPythonHome()
822822
823823
Return the default "home", that is, the value set by a previous call to
824824
:c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`

0 commit comments

Comments
 (0)