Skip to content

Commit 741008a

Browse files
Doc: Minor fix to init config C API documentation (GH-21198)
Co-authored-by: Tomer Vromen <[email protected]>
1 parent 1648c99 commit 741008a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/init_config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ PyPreConfig
197197
198198
Function to initialize a preconfiguration:
199199
200-
.. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
200+
.. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
201201
202202
Initialize the preconfiguration with :ref:`Python Configuration
203203
<init-python-config>`.
204204
205-
.. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
205+
.. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
206206
207207
Initialize the preconfiguration with :ref:`Isolated Configuration
208208
<init-isolated-conf>`.

0 commit comments

Comments
 (0)