projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e00f2
)
correct return type
author
Benjamin Peterson
<benjamin@python.org>
Sun, 17 Aug 2008 18:57:58 +0000
(18:57 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Sun, 17 Aug 2008 18:57:58 +0000
(18:57 +0000)
Doc/c-api/init.rst
patch
|
blob
|
history
diff --git
a/Doc/c-api/init.rst
b/Doc/c-api/init.rst
index 864991e96ab48dffc2579858bdf5576984b32a7e..dff1f4d4d1b782adf71d2ff65399b4382610dc76 100644
(file)
--- 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::
w
char* Py_GetProgramName()
.. index:: single: Py_SetProgramName()