mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
#8993: fix reference.
This commit is contained in:
parent
8fbbc085fd
commit
9933da0663
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ Initialization, Finalization, and Threads
|
||||||
|
|
||||||
.. cfunction:: void PySys_SetArgv(int argc, char **argv)
|
.. 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)
|
.. cfunction:: void Py_SetPythonHome(char *home)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue