[Python-3000-checkins] r65778 - python/branches/py3k/Doc/c-api/init.rst

benjamin.peterson python-3000-checkins at python.org
Sun Aug 17 20:57:58 CEST 2008


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()
 


More information about the Python-3000-checkins mailing list