Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1648c99 commit 741008aCopy full SHA for 741008a
1 file changed
Doc/c-api/init_config.rst
@@ -197,12 +197,12 @@ PyPreConfig
197
198
Function to initialize a preconfiguration:
199
200
- .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
+ .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
201
202
Initialize the preconfiguration with :ref:`Python Configuration
203
<init-python-config>`.
204
205
- .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
+ .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
206
207
Initialize the preconfiguration with :ref:`Isolated Configuration
208
<init-isolated-conf>`.
0 commit comments