]> granicus.if.org Git - python/commitdiff
#8993: fix reference.
authorGeorg Brandl <georg@python.org>
Mon, 14 Jun 2010 15:58:39 +0000 (15:58 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 14 Jun 2010 15:58:39 +0000 (15:58 +0000)
Doc/c-api/init.rst

index d468cf2525b2a7f787b84973ba5bc4154036f958..93a737ef23395a5c89ce0992f3346e2b59cebd87 100644 (file)
@@ -386,7 +386,7 @@ Initialization, Finalization, and Threads
 
 .. 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)