Commit 9933da06 authored by Georg Brandl's avatar Georg Brandl

#8993: fix reference.

parent 8fbbc085
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment