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.