#8993: fix reference.

This commit is contained in:
Georg Brandl 2010-06-14 15:58:39 +00:00
parent 8fbbc085fd
commit 9933da0663
1 changed files with 1 additions and 1 deletions

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