diff options
Diffstat (limited to 'Doc/library/sys_path_init.rst')
-rw-r--r-- | Doc/library/sys_path_init.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/sys_path_init.rst b/Doc/library/sys_path_init.rst index 72c1387..a87a41c 100644 --- a/Doc/library/sys_path_init.rst +++ b/Doc/library/sys_path_init.rst @@ -99,8 +99,7 @@ Embedded Python If Python is embedded within another application :c:func:`Py_InitializeFromConfig` and the :c:type:`PyConfig` structure can be used to initialize Python. The path specific -details are described at :ref:`init-path-config`. Alternatively the older :c:func:`Py_SetPath` -can be used to bypass the initialization of the module search path. +details are described at :ref:`init-path-config`. .. seealso:: |