Skip to content

Commit b48d3bf

Browse files
committed
DOC: Two more fixes...
1 parent 9b48d1b commit b48d3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/reference/c-api/array.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3834,7 +3834,7 @@ For the typical Python project, multiple C or C++ files will be compiled into
38343834
a single shared object (the Python C-module) and ``PyArray_ImportNumPyAPI()``
38353835
should be called inside it's module initialization.
38363836
3837-
When you have a single C-file, this will consist of::
3837+
When you have a single C-file, this will consist of:
38383838
38393839
.. code-block:: c
38403840
@@ -3917,7 +3917,7 @@ are defined:
39173917
by other files which are linked.
39183918
* If ``NO_IMPORT_ARRAY`` is defined, the table is declared as
39193919
``extern void **``, meaning that it must be linked to a file which does not
3920-
use ``NO_IMPORT_ARRAY`.
3920+
use ``NO_IMPORT_ARRAY``.
39213921
39223922
The ``PY_ARRAY_UNIQUE_SYMBOL`` mechanism additionally mangles the names to
39233923
avoid conflicts.

0 commit comments

Comments
 (0)