Skip to content

Commit e99f012

Browse files
committed
DOC: Fix versionadded/changed and slightly tweak
1 parent 2169db2 commit e99f012

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3923,9 +3923,8 @@ are defined:
39233923
The ``PY_ARRAY_UNIQUE_SYMBOL`` mechanism additionally mangles the names to
39243924
avoid conflicts.
39253925
3926-
39273926
.. versionchanged::
3928-
NumPy 2.0 exports the headers to avoid sharing the table outside of a
3927+
NumPy 2.1 changed the headers to avoid sharing the table outside of a
39293928
single shared object/dll (this was always the case on Windows).
39303929
Please see :c:macro:`NPY_API_SYMBOL_ATTRIBUTE` for details.
39313930
@@ -3961,7 +3960,7 @@ the C-API is needed then some additional steps must be taken.
39613960
39623961
.. c:macro:: NPY_API_SYMBOL_ATTRIBUTE
39633962
3964-
.. versionadded:: 2.0
3963+
.. versionadded:: 2.1
39653964
39663965
An additional symbol which can be used to share e.g. visibility beyond
39673966
shared object boundaries.

0 commit comments

Comments
 (0)