Skip to content

Commit 42f05e6

Browse files
Doc: Minor fix to init config C API documentation (GH-21198)
Co-authored-by: Tomer Vromen <[email protected]> (cherry picked from commit 741008a) Co-authored-by: tomerv <[email protected]>
1 parent 3e5b200 commit 42f05e6

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
@@ -196,12 +196,12 @@ PyPreConfig
196196
197197
Function to initialize a preconfiguration:
198198
199-
.. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
199+
.. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
200200
201201
Initialize the preconfiguration with :ref:`Python Configuration
202202
<init-python-config>`.
203203
204-
.. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
204+
.. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
205205
206206
Initialize the preconfiguration with :ref:`Isolated Configuration
207207
<init-isolated-conf>`.

0 commit comments

Comments
 (0)