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 3e5b200 commit 42f05e6Copy full SHA for 42f05e6
Doc/c-api/init_config.rst
@@ -196,12 +196,12 @@ PyPreConfig
196
197
Function to initialize a preconfiguration:
198
199
- .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
+ .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
200
201
Initialize the preconfiguration with :ref:`Python Configuration
202
<init-python-config>`.
203
204
- .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
+ .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
205
206
Initialize the preconfiguration with :ref:`Isolated Configuration
207
<init-isolated-conf>`.
0 commit comments