Discussion:
[Python-3000-checkins] r65778 - python/branches/py3k/Doc/c-api/init.rst
benjamin.peterson
2008-08-17 18:57:58 UTC
Permalink
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()

Loading...