benjamin.peterson
2008-08-17 18:57:58 UTC
Author: benjamin.peterson
Date: Sun Aug 17 20:57:58 2008
New Revision: 65778
Log:
correct return type
Modified:
python/branches/py3k/Doc/c-api/init.rst
Modified: python/branches/py3k/Doc/c-api/init.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/init.rst (original)
+++ python/branches/py3k/Doc/c-api/init.rst Sun Aug 17 20:57:58 2008
@@ -180,7 +180,7 @@
interpreter will change the contents of this storage.
-.. cfunction:: char* Py_GetProgramName()
+.. cfunction:: wchar* Py_GetProgramName()
.. index:: single: Py_SetProgramName()
Date: Sun Aug 17 20:57:58 2008
New Revision: 65778
Log:
correct return type
Modified:
python/branches/py3k/Doc/c-api/init.rst
Modified: python/branches/py3k/Doc/c-api/init.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/init.rst (original)
+++ python/branches/py3k/Doc/c-api/init.rst Sun Aug 17 20:57:58 2008
@@ -180,7 +180,7 @@
interpreter will change the contents of this storage.
-.. cfunction:: char* Py_GetProgramName()
+.. cfunction:: wchar* Py_GetProgramName()
.. index:: single: Py_SetProgramName()