From c54e5b42e5a7b6724af4cda78d5c7745f4b06cb8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 17 Apr 2026 14:05:30 +0200 Subject: [PATCH] Fix formatting of the NEWS entry --- .../Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst b/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst index 89d1d1c2f6c..f1b884f2919 100644 --- a/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst +++ b/Misc/NEWS.d/next/Library/2026-04-17-13-56-44.gh-issue-148675.f1kG70.rst @@ -1,3 +1,3 @@ -:mod:`array`, :mod:`ctypes`, :mod:`struct`: Add support for `Zd` and `Zf` -format for double complex and float complex. Add also support for `Zg` +:mod:`array`, :mod:`ctypes`, :mod:`struct`: Add support for ``Zd`` and ``Zf`` +format for double complex and float complex. Add also support for ``Zg`` format for long double complex to :mod:`ctypes`. Patch by Victor Stinner.