8000 Fix typo in `Py_GetPythonHome` signature (GH-102168) · python/cpython@7d2ad47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d2ad47

Browse files
Fix typo in Py_GetPythonHome signature (GH-102168)
(cherry picked from commit 9bba803) Co-authored-by: Tanner Firl <105078804+TannerFirl@users.noreply.github.com>
1 parent 780dec8 commit 7d2ad47

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
@@ -662,7 +662,7 @@ Process-wide parameters
662662
:c:expr:`wchar_*` string.
663663
664664
665-
.. c:function:: w_char* Py_GetPythonHome()
665+
.. c:function:: wchar_t* Py_GetPythonHome()
666666
667667
Return the default "home", that is, the value set by a previous call to
668668
:c:func:`Py_SetPythonHome`, or the value of the :envvar:`PYTHONHOME`

0 commit comments

Comments
 (0)
0