From: Benjamin Peterson Date: Sun, 17 Aug 2008 18:57:58 +0000 (+0000) Subject: correct return type X-Git-Tag: v3.0b3~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5399114a14125181d31d4832a4da7fe9e8768f73;p=thirdparty%2FPython%2Fcpython.git correct return type --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 864991e96ab4..dff1f4d4d1b7 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()