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 1fa050f commit 8447e0bCopy full SHA for 8447e0b
patch/numpy/README.rst
@@ -31,7 +31,7 @@ Adding NumPy to your iOS project
31
4. Add the following function definition to the file that configures your
32
Python environment (if you're using a BeeWare template, this will be
33
the ``main.m`` file; in other projects, it's whichever file contains
34
- the code that invokes ``Py_Initialize()`` and ``Py_InitThreads()``::
+ the code that invokes ``Py_Initialize()`` and ``PyEval_InitThreads()``::
35
36
void numpy_importer() {
37
PyRun_SimpleString(
0 commit comments