Skip to content

Commit ad92de9

Browse files
committed
address review: move impl-detail note
1 parent 15c6b2b commit ad92de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/c-api/float.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ endian processor, or ``1`` on little endian processor.
223223
Return value: ``0`` if all is OK, ``-1`` if error (and an exception is set,
224224
most likely :exc:`OverflowError`).
225225
226-
.. impl-detail::
227-
The :c:func:`PyFloat_Pack8` function always succeeds in CPython.
228-
229226
.. c:function:: int PyFloat_Pack2(double x, char *p, int le)
230227
231228
Pack a C double as the IEEE 754 binary16 half-precision format.
@@ -238,6 +235,9 @@ most likely :exc:`OverflowError`).
238235
239236
Pack a C double as the IEEE 754 binary64 double precision format.
240237
238+
.. impl-detail::
239+
This function always succeeds in CPython.
240+
241241
242242
Unpack functions
243243
^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)