Skip to content

Commit fc94566

Browse files
committed
Fix NEWS entry: don't use :func: role for an undocumented private function
array._array_reconstructor is internal/private and has no Sphinx docs entry, so the :func: cross-reference role can't resolve and trips the docs CI's new-NEWS-nit check.
1 parent 30d9822 commit fc94566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS.d/next/Library/2026-07-23-21-00-00.gh-issue-154568.float16-reconstructor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fix :func:`array._array_reconstructor` (used internally for unpickling
1+
Fix ``array._array_reconstructor`` (used internally for unpickling
22
:class:`array.array`) ignoring the requested byte order for the
33
``IEEE_754_FLOAT16_LE``/``IEEE_754_FLOAT16_BE`` machine format codes: it
44
compared against the 32-bit float constant instead of the float16 one, so

0 commit comments

Comments
 (0)