From 5399114a14125181d31d4832a4da7fe9e8768f73 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 17 Aug 2008 18:57:58 +0000 Subject: [PATCH] correct return type --- 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 864991e96a..dff1f4d4d1 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -180,7 +180,7 @@ Initialization, Finalization, and Threads interpreter will change the contents of this storage. -.. cfunction:: char* Py_GetProgramName() +.. cfunction:: wchar* Py_GetProgramName() .. index:: single: Py_SetProgramName() -- 2.40.0