Skip to content

Commit 8447e0b

Browse files
committed
Corrected method name in NumPy documentation.
1 parent 1fa050f commit 8447e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/numpy/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Adding NumPy to your iOS project
3131
4. Add the following function definition to the file that configures your
3232
Python environment (if you're using a BeeWare template, this will be
3333
the ``main.m`` file; in other projects, it's whichever file contains
34-
the code that invokes ``Py_Initialize()`` and ``Py_InitThreads()``::
34+
the code that invokes ``Py_Initialize()`` and ``PyEval_InitThreads()``::
3535

3636
void numpy_importer() {
3737
PyRun_SimpleString(

0 commit comments

Comments
 (0)