Fix formatting of the NEWS entry

This commit is contained in:
Victor Stinner 2026-04-17 14:05:30 +02:00
parent d50838d84a
commit c54e5b42e5

View file

@ -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.