Skip to content

Commit 3ed04f7

Browse files
revert that one
1 parent fb352ce commit 3ed04f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/c-api/long.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,8 @@ The :c:type:`PyLongWriter` API can be used to import an integer.
858858
Deprecated API
859859
^^^^^^^^^^^^^^
860860
861-
.. soft-deprecated:: 3.14
862-
These macros describe parameters of the internal representation of
863-
:c:type:`PyLongObject` instances.
861+
These macros are :term:`soft deprecated`. They describe parameters
862+
of the internal representation of :c:type:`PyLongObject` instances.
864863
865864
Use :c:func:`PyLong_GetNativeLayout` instead, along with :c:func:`PyLong_Export`
866865
to read integer data or :c:type:`PyLongWriter` to write it.

0 commit comments

Comments
 (0)