[Python-checkins] r81984 - python/trunk/Doc/c-api/init.rst

georg.brandl python-checkins at python.org
Mon Jun 14 17:58:39 CEST 2010


Author: georg.brandl
Date: Mon Jun 14 17:58:39 2010
New Revision: 81984

Log:
#8993: fix reference.

Modified:
   python/trunk/Doc/c-api/init.rst

Modified: python/trunk/Doc/c-api/init.rst
==============================================================================
--- python/trunk/Doc/c-api/init.rst	(original)
+++ python/trunk/Doc/c-api/init.rst	Mon Jun 14 17:58:39 2010
@@ -386,7 +386,7 @@
 
 .. cfunction:: void PySys_SetArgv(int argc, char **argv)
 
-   This function works like :cfunc:`PySys_SetArgv` with *updatepath* set to 1.
+   This function works like :cfunc:`PySys_SetArgvEx` with *updatepath* set to 1.
 
 
 .. cfunction:: void Py_SetPythonHome(char *home)


More information about the Python-checkins mailing list