mirror of https://github.com/python/cpython
#8993: fix reference.
This commit is contained in:
parent
8fbbc085fd
commit
9933da0663
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue