commit | 9933da0663bb989ab6b40a7f9ed54e8a2ec284d9 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jun 14 15:58:39 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jun 14 15:58:39 2010 +0000 |
tree | 054106b34c2b628b6d0dd20fe8bdd4d709de5895 | |
parent | 8fbbc085fda95444292c8cf29715d41b3cad811a [diff] |
#8993: fix reference.
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 @@ .. 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)