diff options
author | Georg Brandl <georg@python.org> | 2010-06-14 15:58:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-06-14 15:58:39 (GMT) |
commit | 9933da0663bb989ab6b40a7f9ed54e8a2ec284d9 (patch) | |
tree | 054106b34c2b628b6d0dd20fe8bdd4d709de5895 | |
parent | 8fbbc085fda95444292c8cf29715d41b3cad811a (diff) | |
download | cpython-9933da0663bb989ab6b40a7f9ed54e8a2ec284d9.zip cpython-9933da0663bb989ab6b40a7f9ed54e8a2ec284d9.tar.gz cpython-9933da0663bb989ab6b40a7f9ed54e8a2ec284d9.tar.bz2 |
#8993: fix reference.
-rw-r--r-- | Doc/c-api/init.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index d468cf2..93a737e 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -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) |